#59A19E

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

Shades of Cadet Blue #59A19E

Tints of Cadet Blue #59A19E

Color information

#59A19E (or 0x59A19E) is unknown color: approx Cadet Blue. HEX triplet: 59, A1 and 9E. RGB value is (89,161,158). Sum of RGB (Red+Green+Blue) = 89+161+158=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 161 - color contains mainly: green. Hex color #59A19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A19E is #A65E61. Grayscale: #8B8B8B. Windows color (decimal): -10903138 or 10395993. OLE color: 10395993.

HSL color Cylindrical-coordinate representation of color #59A19E: hue angle of 177.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59A19E is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB89161158-
CMYK0.4500.020.37
HSL177.5º28.8%49.02%-
HSV(B)177.5º44.72%63.14%-
XYZ23.0430.0836.94-
YUV139.13138.6592.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.81%
GREEN value IS 161 (63.28% from 255) = 39.46%
BLUE value IS 158 (62.11% from 255) = 38.73%
R=21.81%
G=39.46%
B=38.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal891611580.4500.020.37177.528.849.02
Hex59A19E2D0225b21d31
Octal1312412365502452623561
Binary101100110100001100111101011010101001011011001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,161,158); }

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

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

 a { background-color: rgb(89,161,158); }

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

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

 span { border-color: rgb(89,161,158); }

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