#66BB9C

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

Shades of Keppel #66BB9C

Tints of Keppel #66BB9C

Color information

#66BB9C (or 0x66BB9C) is unknown color: approx Keppel. HEX triplet: 66, BB and 9C. RGB value is (102,187,156). Sum of RGB (Red+Green+Blue) = 102+187+156=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BB9C is #994463. Grayscale: #9E9E9E. Windows color (decimal): -10044516 or 10271590. OLE color: 10271590.

HSL color Cylindrical-coordinate representation of color #66BB9C: hue angle of 158.12º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BB9C is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB102187156-
CMYK0.4500.170.27
HSL158.12º38.46%56.67%-
HSV(B)158.12º45.45%73.33%-
XYZ29.2540.7737.78-
YUV158.05126.8488.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.92%
GREEN value IS 187 (73.44% from 255) = 42.02%
BLUE value IS 156 (61.33% from 255) = 35.06%
R=22.92%
G=42.02%
B=35.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021871560.4500.170.27158.1238.4656.67
Hex66BB9C2D0111B9e2639
Octal14627323455021332364671
Binary110011010111011100111001011010100011101110011110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,187,156); }

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

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

 a { background-color: rgb(102,187,156); }

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

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

 span { border-color: rgb(102,187,156); }

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