#66AF99

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

Shades of Keppel #66AF99

Tints of Keppel #66AF99

Color information

#66AF99 (or 0x66AF99) is unknown color: approx Keppel. HEX triplet: 66, AF and 99. RGB value is (102,175,153). Sum of RGB (Red+Green+Blue) = 102+175+153=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AF99 is #995066. Grayscale: #969696. Windows color (decimal): -10047591 or 10071910. OLE color: 10071910.

HSL color Cylindrical-coordinate representation of color #66AF99: hue angle of 161.92º 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 #66AF99 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB102175153-
CMYK0.4200.130.31
HSL161.92º31.33%54.31%-
HSV(B)161.92º41.71%68.63%-
XYZ26.5635.7835.64-
YUV150.66129.3293.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.72%
GREEN value IS 175 (68.75% from 255) = 40.70%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=23.72%
G=40.70%
B=35.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751530.4200.130.31161.9231.3354.31
Hex66AF992A0D1Fa21f36
Octal14625723152015372423766
Binary1100110101011111001100110101001101111111010001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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