#66AA99

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

Shades of Keppel #66AA99

Tints of Keppel #66AA99

Color information

#66AA99 (or 0x66AA99) is unknown color: approx Keppel. HEX triplet: 66, AA and 99. RGB value is (102,170,153). Sum of RGB (Red+Green+Blue) = 102+170+153=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AA99 is #995566. Grayscale: #939393. Windows color (decimal): -10048871 or 10070630. OLE color: 10070630.

HSL color Cylindrical-coordinate representation of color #66AA99: hue angle of 165º 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 #66AA99 is Cyan = 0.4, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB102170153-
CMYK0.400.10.33
HSL165º28.57%53.33%-
HSV(B)165º40%66.67%-
XYZ25.633.8735.33-
YUV147.73130.9795.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24%
GREEN value IS 170 (66.80% from 255) = 40%
BLUE value IS 153 (60.16% from 255) = 36%
R=24%
G=40%
B=36%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021701530.400.10.3316528.5753.33
Hex66AA99280A21a51d35
Octal14625223150012412453565
Binary11001101010101010011001101000010101000011010010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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