#59AAA7

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

Shades of Cadet Blue #59AAA7

Tints of Cadet Blue #59AAA7

Color information

#59AAA7 (or 0x59AAA7) is unknown color: approx Cadet Blue. HEX triplet: 59, AA and A7. RGB value is (89,170,167). Sum of RGB (Red+Green+Blue) = 89+170+167=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #59AAA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AAA7 is #A65558. Grayscale: #919191. Windows color (decimal): -10900825 or 10988121. OLE color: 10988121.

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

Color convert

RGB89170167-
CMYK0.4800.020.33
HSL177.78º32.27%50.78%-
HSV(B)177.78º47.65%66.67%-
XYZ25.4733.6641.71-
YUV145.44140.1687.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.89%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 167 (65.62% from 255) = 39.20%
R=20.89%
G=39.91%
B=39.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891701670.4800.020.33177.7832.2750.78
Hex59AAA7300221b22033
Octal1312522476002412624063
Binary1011001101010101010011111000001010000110110010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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