#66BEC6

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

Shades of Glacier #66BEC6

Tints of Glacier #66BEC6

Color information

#66BEC6 (or 0x66BEC6) is unknown color: approx Glacier. HEX triplet: 66, BE and C6. RGB value is (102,190,198). Sum of RGB (Red+Green+Blue) = 102+190+198=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: blue. Hex color #66BEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEC6 is #994139. Grayscale: #A4A4A4. Windows color (decimal): -10043706 or 13024870. OLE color: 13024870.

HSL color Cylindrical-coordinate representation of color #66BEC6: hue angle of 185º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66BEC6 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB102190198-
CMYK0.480.0400.22
HSL185º45.71%58.82%-
HSV(B)185º48.48%77.65%-
XYZ34.0943.7360.07-
YUV164.6146.8583.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.82%
GREEN value IS 190 (74.61% from 255) = 38.78%
BLUE value IS 198 (77.73% from 255) = 40.41%
R=20.82%
G=38.78%
B=40.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1021901980.480.0400.2218545.7158.82
Hex66BEC6304016b92e3b
Octal1462763066040262715673
Binary1100110101111101100011011000010001011010111001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,190,198); }

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

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

 a { background-color: rgb(102,190,198); }

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

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

 span { border-color: rgb(102,190,198); }

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