#66BB9E

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

Shades of Keppel #66BB9E

Tints of Keppel #66BB9E

Color information

#66BB9E (or 0x66BB9E) is unknown color: approx Keppel. HEX triplet: 66, BB and 9E. RGB value is (102,187,158). Sum of RGB (Red+Green+Blue) = 102+187+158=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BB9E is #994461. Grayscale: #9E9E9E. Windows color (decimal): -10044514 or 10402662. OLE color: 10402662.

HSL color Cylindrical-coordinate representation of color #66BB9E: hue angle of 159.53º 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 #66BB9E is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB102187158-
CMYK0.4500.160.27
HSL159.53º38.46%56.67%-
HSV(B)159.53º45.45%73.33%-
XYZ29.4240.8338.68-
YUV158.28127.8487.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.82%
GREEN value IS 187 (73.44% from 255) = 41.83%
BLUE value IS 158 (62.11% from 255) = 35.35%
R=22.82%
G=41.83%
B=35.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021871580.4500.160.27159.5338.4656.67
Hex66BB9E2D0101Ba02639
Octal14627323655020332404671
Binary110011010111011100111101011010100001101110100000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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