#59A7A4

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

Shades of Cadet Blue #59A7A4

Tints of Cadet Blue #59A7A4

Color information

#59A7A4 (or 0x59A7A4) is unknown color: approx Cadet Blue. HEX triplet: 59, A7 and A4. RGB value is (89,167,164). Sum of RGB (Red+Green+Blue) = 89+167+164=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 167 - color contains mainly: green. Hex color #59A7A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A7A4 is #A6585B. Grayscale: #8F8F8F. Windows color (decimal): -10901596 or 10790745. OLE color: 10790745.

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

Color convert

RGB89167164-
CMYK0.4700.020.35
HSL177.69º30.71%50.2%-
HSV(B)177.69º46.71%65.49%-
XYZ24.6432.4440.09-
YUV143.34139.6689.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.19%
GREEN value IS 167 (65.62% from 255) = 39.76%
BLUE value IS 164 (64.45% from 255) = 39.05%
R=21.19%
G=39.76%
B=39.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891671640.4700.020.35177.6930.7150.2
Hex59A7A42F0223b21f32
Octal1312472445702432623762
Binary101100110100111101001001011110101000111011001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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