#59A39D

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

Shades of Cadet Blue #59A39D

Tints of Cadet Blue #59A39D

Color information

#59A39D (or 0x59A39D) is unknown color: approx Cadet Blue. HEX triplet: 59, A3 and 9D. RGB value is (89,163,157). Sum of RGB (Red+Green+Blue) = 89+163+157=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 163 - color contains mainly: green. Hex color #59A39D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A39D is #A65C62. Grayscale: #8C8C8C. Windows color (decimal): -10902627 or 10330969. OLE color: 10330969.

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

Color convert

RGB89163157-
CMYK0.4500.040.36
HSL175.14º29.37%49.41%-
HSV(B)175.14º45.4%63.92%-
XYZ23.330.7536.61-
YUV140.19137.4891.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.76%
GREEN value IS 163 (64.06% from 255) = 39.85%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=21.76%
G=39.85%
B=38.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891631570.4500.040.36175.1429.3749.41
Hex59A39D2D0424af1d31
Octal1312432355504442573561
Binary1011001101000111001110110110101001001001010111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,163,157); }

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

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

 a { background-color: rgb(89,163,157); }

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

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

 span { border-color: rgb(89,163,157); }

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