#55AA96

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

Shades of Keppel #55AA96

Tints of Keppel #55AA96

Color information

#55AA96 (or 0x55AA96) is unknown color: approx Keppel. HEX triplet: 55, AA and 96. RGB value is (85,170,150). Sum of RGB (Red+Green+Blue) = 85+170+150=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AA96 is #AA5569. Grayscale: #8E8E8E. Windows color (decimal): -11162986 or 9874005. OLE color: 9874005.

HSL color Cylindrical-coordinate representation of color #55AA96: hue angle of 165.88º 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 #55AA96 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB85170150-
CMYK0.5000.120.33
HSL165.88º33.33%50%-
HSV(B)165.88º50%66.67%-
XYZ23.6332.8833.96-
YUV142.3132.3487.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.99%
GREEN value IS 170 (66.80% from 255) = 41.98%
BLUE value IS 150 (58.98% from 255) = 37.04%
R=20.99%
G=41.98%
B=37.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851701500.5000.120.33165.8833.3350
Hex55AA96320C21a62132
Octal12525222662014412464162
Binary101010110101010100101101100100110010000110100110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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