#59aaa0

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

Shades of Cadet Blue #59AAA0

Tints of Cadet Blue #59AAA0

Color information

#59AAA0 (or 0x59AAA0) is unknown color: approx Cadet Blue. HEX triplet: 59, AA and A0. RGB value is (89,170,160). Sum of RGB (Red+Green+Blue) = 89+170+160=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #59AAA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AAA0 is #A6555F. Grayscale: #909090. Windows color (decimal): -10900832 or 10529369. OLE color: 10529369.

HSL color Cylindrical-coordinate representation of color #59AAA0: hue angle of 172.59º 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 #59AAA0 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB89170160-
CMYK0.4800.060.33
HSL172.59º32.27%50.78%-
HSV(B)172.59º47.65%66.67%-
XYZ24.8433.4138.4-
YUV144.64136.6688.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.24%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 160 (62.89% from 255) = 38.19%
R=21.24%
G=40.57%
B=38.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891701600.4800.060.33172.5932.2750.78
Hex59AAA0300621ad2033
Octal1312522406006412554063
Binary10110011010101010100000110000011010000110101101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59aaa0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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