#59a59f

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

Shades of Cadet Blue #59A59F

Tints of Cadet Blue #59A59F

Color information

#59A59F (or 0x59A59F) is unknown color: approx Cadet Blue. HEX triplet: 59, A5 and 9F. RGB value is (89,165,159). Sum of RGB (Red+Green+Blue) = 89+165+159=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 165 - color contains mainly: green. Hex color #59A59F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A59F is #A65A60. Grayscale: #8D8D8D. Windows color (decimal): -10902113 or 10462553. OLE color: 10462553.

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

Color convert

RGB89165159-
CMYK0.4600.040.35
HSL175.26º29.92%49.8%-
HSV(B)175.26º46.06%64.71%-
XYZ23.8331.5437.63-
YUV141.59137.8290.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.55%
GREEN value IS 165 (64.84% from 255) = 39.95%
BLUE value IS 159 (62.5% from 255) = 38.50%
R=21.55%
G=39.95%
B=38.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891651590.4600.040.35175.2629.9249.8
Hex59A59F2E0423af1e32
Octal1312452375604432573662
Binary1011001101001011001111110111001001000111010111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59a59f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,165,159); }

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

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

 a { background-color: rgb(89,165,159); }

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

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

 span { border-color: rgb(89,165,159); }

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