#55AA99

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

Shades of Keppel #55AA99

Tints of Keppel #55AA99

Color information

#55AA99 (or 0x55AA99) is unknown color: approx Keppel. HEX triplet: 55, AA and 99. RGB value is (85,170,153). Sum of RGB (Red+Green+Blue) = 85+170+153=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AA99 is #AA5566. Grayscale: #8E8E8E. Windows color (decimal): -11162983 or 10070613. OLE color: 10070613.

HSL color Cylindrical-coordinate representation of color #55AA99: hue angle of 168º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AA99 is Cyan = 0.50, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB85170153-
CMYK0.5000.10.33
HSL168º33.33%50%-
HSV(B)168º50%66.67%-
XYZ23.8732.9835.24-
YUV142.65133.8486.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.83%
GREEN value IS 170 (66.80% from 255) = 41.67%
BLUE value IS 153 (60.16% from 255) = 37.5%
R=20.83%
G=41.67%
B=37.5%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851701530.5000.10.3316833.3350
Hex55AA99320A21a82132
Octal12525223162012412504162
Binary101010110101010100110011100100101010000110101000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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