#66AF96

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

Shades of Keppel #66AF96

Tints of Keppel #66AF96

Color information

#66AF96 (or 0x66AF96) is unknown color: approx Keppel. HEX triplet: 66, AF and 96. RGB value is (102,175,150). Sum of RGB (Red+Green+Blue) = 102+175+150=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AF96 is #995069. Grayscale: #969696. Windows color (decimal): -10047594 or 9875302. OLE color: 9875302.

HSL color Cylindrical-coordinate representation of color #66AF96: hue angle of 159.45º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF96 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB102175150-
CMYK0.4200.140.31
HSL159.45º31.33%54.31%-
HSV(B)159.45º41.71%68.63%-
XYZ26.3135.6934.36-
YUV150.32127.8293.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.89%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=23.89%
G=40.98%
B=35.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751500.4200.140.31159.4531.3354.31
Hex66AF962A0E1F9f1f36
Octal14625722652016372373766
Binary1100110101011111001011010101001110111111001111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,175,150); }

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

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

 a { background-color: rgb(102,175,150); }

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

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

 span { border-color: rgb(102,175,150); }

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