#66AF95

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

Shades of Keppel #66AF95

Tints of Keppel #66AF95

Color information

#66AF95 (or 0x66AF95) is unknown color: approx Keppel. HEX triplet: 66, AF and 95. RGB value is (102,175,149). Sum of RGB (Red+Green+Blue) = 102+175+149=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AF95 is #99506A. Grayscale: #969696. Windows color (decimal): -10047595 or 9809766. OLE color: 9809766.

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

Color convert

RGB102175149-
CMYK0.4200.150.31
HSL158.63º31.33%54.31%-
HSV(B)158.63º41.71%68.63%-
XYZ26.2335.6533.93-
YUV150.21127.3293.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.94%
GREEN value IS 175 (68.75% from 255) = 41.08%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=23.94%
G=41.08%
B=34.98%

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
Decimal1021751490.4200.150.31158.6331.3354.31
Hex66AF952A0F1F9f1f36
Octal14625722552017372373766
Binary1100110101011111001010110101001111111111001111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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