#59AA96

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

Shades of Keppel #59AA96

Tints of Keppel #59AA96

Color information

#59AA96 (or 0x59AA96) is unknown color: approx Keppel. HEX triplet: 59, AA and 96. RGB value is (89,170,150). Sum of RGB (Red+Green+Blue) = 89+170+150=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AA96 is #A65569. Grayscale: #8F8F8F. Windows color (decimal): -10900842 or 9874009. OLE color: 9874009.

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

Color convert

RGB89170150-
CMYK0.4800.120.33
HSL165.19º32.27%50.78%-
HSV(B)165.19º47.65%66.67%-
XYZ2433.0833.97-
YUV143.5131.6689.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.76%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 150 (58.98% from 255) = 36.67%
R=21.76%
G=41.56%
B=36.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891701500.4800.120.33165.1932.2750.78
Hex59AA96300C21a52033
Octal13125222660014412454063
Binary101100110101010100101101100000110010000110100101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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