#66AF93

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

Shades of Keppel #66AF93

Tints of Keppel #66AF93

Color information

#66AF93 (or 0x66AF93) is unknown color: approx Keppel. HEX triplet: 66, AF and 93. RGB value is (102,175,147). Sum of RGB (Red+Green+Blue) = 102+175+147=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AF93 is #99506C. Grayscale: #969696. Windows color (decimal): -10047597 or 9678694. OLE color: 9678694.

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

Color convert

RGB102175147-
CMYK0.4200.160.31
HSL156.99º31.33%54.31%-
HSV(B)156.99º41.71%68.63%-
XYZ26.0835.5933.1-
YUV149.98126.3293.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.06%
GREEN value IS 175 (68.75% from 255) = 41.27%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=24.06%
G=41.27%
B=34.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751470.4200.160.31156.9931.3354.31
Hex66AF932A0101F9d1f36
Octal14625722352020372353766
Binary11001101010111110010011101010010000111111001110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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