#66BCA2

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

Shades of Keppel #66BCA2

Tints of Keppel #66BCA2

Color information

#66BCA2 (or 0x66BCA2) is unknown color: approx Keppel. HEX triplet: 66, BC and A2. RGB value is (102,188,162). Sum of RGB (Red+Green+Blue) = 102+188+162=452 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.57% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #66BCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BCA2 is #99435D. Grayscale: #9F9F9F. Windows color (decimal): -10044254 or 10665062. OLE color: 10665062.

HSL color Cylindrical-coordinate representation of color #66BCA2: hue angle of 161.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BCA2 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB102188162-
CMYK0.4600.140.26
HSL161.86º39.09%56.86%-
HSV(B)161.86º45.74%73.73%-
XYZ29.9841.440.59-
YUV159.32129.5187.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.57%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 162 (63.67% from 255) = 35.84%
R=22.57%
G=41.59%
B=35.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021881620.4600.140.26161.8639.0956.86
Hex66BCA22E0E1Aa22739
Octal14627424256016322424771
Binary11001101011110010100010101110011101101010100010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,188,162); }

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

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

 a { background-color: rgb(102,188,162); }

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

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

 span { border-color: rgb(102,188,162); }

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