#66AAC0

Color #66AAC0 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #66AAC0

Tints of Glacier #66AAC0

Color information

#66AAC0 (or 0x66AAC0) is unknown color: approx Glacier. HEX triplet: 66, AA and C0. RGB value is (102,170,192). Sum of RGB (Red+Green+Blue) = 102+170+192=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #66AAC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AAC0 is #99553F. Grayscale: #989898. Windows color (decimal): -10048832 or 12626534. OLE color: 12626534.

HSL color Cylindrical-coordinate representation of color #66AAC0: hue angle of 194.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66AAC0 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102170192-
CMYK0.470.1100.25
HSL194.67º41.67%57.65%-
HSV(B)194.67º46.88%75.29%-
XYZ29.3735.3855.15-
YUV152.18150.4792.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.98%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 192 (75.39% from 255) = 41.38%
R=21.98%
G=36.64%
B=41.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021701920.470.1100.25194.6741.6757.65
Hex66AAC02FB019c32a3a
Octal14625230057130313035272
Binary11001101010101011000000101111101101100111000011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66AAC0; }

 p { color: rgb(102,170,192); }

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

<style>
 a { background-color: #66AAC0; }

 a { background-color: rgb(102,170,192); }

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

<style>
 span { border-color: #66AAC0; }

 span { border-color: rgb(102,170,192); }

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