#59A499

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

Shades of Cadet Blue #59A499

Tints of Cadet Blue #59A499

Color information

#59A499 (or 0x59A499) is unknown color: approx Cadet Blue. HEX triplet: 59, A4 and 99. RGB value is (89,164,153). Sum of RGB (Red+Green+Blue) = 89+164+153=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #59A499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A499 is #A65B66. Grayscale: #8C8C8C. Windows color (decimal): -10902375 or 10069081. OLE color: 10069081.

HSL color Cylindrical-coordinate representation of color #59A499: hue angle of 171.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A499 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB89164153-
CMYK0.4600.070.36
HSL171.2º29.64%49.61%-
HSV(B)171.2º45.73%64.31%-
XYZ23.1530.9734.9-
YUV140.32135.1591.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.92%
GREEN value IS 164 (64.45% from 255) = 40.39%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=21.92%
G=40.39%
B=37.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891641530.4600.070.36171.229.6449.61
Hex59A4992E0724ab1e32
Octal1312442315607442533662
Binary1011001101001001001100110111001111001001010101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,164,153); }

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

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

 a { background-color: rgb(89,164,153); }

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

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

 span { border-color: rgb(89,164,153); }

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