#66AD96

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

Shades of Keppel #66AD96

Tints of Keppel #66AD96

Color information

#66AD96 (or 0x66AD96) is unknown color: approx Keppel. HEX triplet: 66, AD and 96. RGB value is (102,173,150). Sum of RGB (Red+Green+Blue) = 102+173+150=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AD96 is #995269. Grayscale: #959595. Windows color (decimal): -10048106 or 9874790. OLE color: 9874790.

HSL color Cylindrical-coordinate representation of color #66AD96: hue angle of 160.56º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AD96 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB102173150-
CMYK0.4100.130.32
HSL160.56º30.21%53.92%-
HSV(B)160.56º41.04%67.84%-
XYZ25.9334.9134.23-
YUV149.15128.4894.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24%
GREEN value IS 173 (67.97% from 255) = 40.71%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=24%
G=40.71%
B=35.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021731500.4100.130.32160.5630.2153.92
Hex66AD96290D20a11e36
Octal14625522651015402413666
Binary11001101010110110010110101001011011000001010000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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