#66BF9E

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

Shades of Keppel #66BF9E

Tints of Keppel #66BF9E

Color information

#66BF9E (or 0x66BF9E) is unknown color: approx Keppel. HEX triplet: 66, BF and 9E. RGB value is (102,191,158). Sum of RGB (Red+Green+Blue) = 102+191+158=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #66BF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BF9E is #994061. Grayscale: #A0A0A0. Windows color (decimal): -10043490 or 10403686. OLE color: 10403686.

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

Color convert

RGB102191158-
CMYK0.4700.170.25
HSL157.75º41.01%57.45%-
HSV(B)157.75º46.6%74.9%-
XYZ30.2842.5638.97-
YUV160.63126.5186.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.62%
GREEN value IS 191 (75% from 255) = 42.35%
BLUE value IS 158 (62.11% from 255) = 35.03%
R=22.62%
G=42.35%
B=35.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021911580.4700.170.25157.7541.0157.45
Hex66BF9E2F011199e2939
Octal14627723657021312365171
Binary110011010111111100111101011110100011100110011110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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