#59A0AA

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

Shades of Cadet Blue #59A0AA

Tints of Cadet Blue #59A0AA

Color information

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

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

Color convert

RGB89160170-
CMYK0.480.0600.33
HSL187.41º32.27%50.78%-
HSV(B)187.41º47.65%66.67%-
XYZ23.9530.1742.59-
YUV139.91144.9891.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891601700.480.0600.33187.4132.2750.78
Hex59A0AA306021bb2033
Octal1312402526060412734063
Binary10110011010000010101010110000110010000110111011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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