#66AA96

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

Shades of Keppel #66AA96

Tints of Keppel #66AA96

Color information

#66AA96 (or 0x66AA96) is unknown color: approx Keppel. HEX triplet: 66, AA and 96. RGB value is (102,170,150). Sum of RGB (Red+Green+Blue) = 102+170+150=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AA96 is #995569. Grayscale: #939393. Windows color (decimal): -10048874 or 9874022. OLE color: 9874022.

HSL color Cylindrical-coordinate representation of color #66AA96: hue angle of 162.35º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AA96 is Cyan = 0.4, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB102170150-
CMYK0.400.120.33
HSL162.35º28.57%53.33%-
HSV(B)162.35º40%66.67%-
XYZ25.3633.7834.04-
YUV147.39129.4795.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.17%
GREEN value IS 170 (66.80% from 255) = 40.28%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=24.17%
G=40.28%
B=35.55%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021701500.400.120.33162.3528.5753.33
Hex66AA96280C21a21d35
Octal14625222650014412423565
Binary11001101010101010010110101000011001000011010001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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