#67aaab

Color #67AAAB Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #67AAAB

Tints of Fountain Blue #67AAAB

Color information

#67AAAB (or 0x67AAAB) is unknown color: approx Fountain Blue. HEX triplet: 67, AA and AB. RGB value is (103,170,171). Sum of RGB (Red+Green+Blue) = 103+170+171=444 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.20% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #67AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AAAB is #985554. Grayscale: #969696. Windows color (decimal): -9983317 or 11250279. OLE color: 11250279.

HSL color Cylindrical-coordinate representation of color #67AAAB: hue angle of 180.88º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67AAAB is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB103170171-
CMYK0.400.0100.33
HSL180.88º28.81%53.73%-
HSV(B)180.88º39.77%67.06%-
XYZ27.3234.5743.76-
YUV150.08139.894.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 23.20%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=23.20%
G=38.29%
B=38.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031701710.400.0100.33180.8828.8153.73
Hex67AAAB281021b51d36
Octal1472522535010412653566
Binary11001111010101010101011101000101000011011010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67aaab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67aaab; }

 p { color: rgb(103,170,171); }

 H1.HeaderClassName
 {
   color: #67aaab;
 }
 .AnyTagClassName
 {
   color: #67aaab;
 }
</style>
background-color css

<style>
 a { background-color: #67aaab; }

 a { background-color: rgb(103,170,171); }

 div.DivClassName
 {
   background-color: #67aaab;
 }
 .BgClassName
 {
   background-color: #67aaab;
 }
</style>
border-color css

<style>
 span { border-color: #67aaab; }

 span { border-color: rgb(103,170,171); }

 td.TdClassName
 {
   border-color: #67aaab;
 }
 .TagClassName
 {
   border-color: #67aaab;
 }
</style>