#66AF94

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

Shades of Keppel #66AF94

Tints of Keppel #66AF94

Color information

#66AF94 (or 0x66AF94) is unknown color: approx Keppel. HEX triplet: 66, AF and 94. RGB value is (102,175,148). Sum of RGB (Red+Green+Blue) = 102+175+148=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AF94 is #99506B. Grayscale: #969696. Windows color (decimal): -10047596 or 9744230. OLE color: 9744230.

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

Color convert

RGB102175148-
CMYK0.4200.150.31
HSL157.81º31.33%54.31%-
HSV(B)157.81º41.71%68.63%-
XYZ26.1535.6233.51-
YUV150.09126.8293.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24%
GREEN value IS 175 (68.75% from 255) = 41.18%
BLUE value IS 148 (58.20% from 255) = 34.82%
R=24%
G=41.18%
B=34.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751480.4200.150.31157.8131.3354.31
Hex66AF942A0F1F9e1f36
Octal14625722452017372363766
Binary1100110101011111001010010101001111111111001111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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