#59A3AC

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

Shades of Cadet Blue #59A3AC

Tints of Cadet Blue #59A3AC

Color information

#59A3AC (or 0x59A3AC) is unknown color: approx Cadet Blue. HEX triplet: 59, A3 and AC. RGB value is (89,163,172). Sum of RGB (Red+Green+Blue) = 89+163+172=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #59A3AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A3AC is #A65C53. Grayscale: #8D8D8D. Windows color (decimal): -10902612 or 11314009. OLE color: 11314009.

HSL color Cylindrical-coordinate representation of color #59A3AC: hue angle of 186.51º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59A3AC is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89163172-
CMYK0.480.0500.33
HSL186.51º33.33%51.18%-
HSV(B)186.51º48.26%67.45%-
XYZ24.6631.343.77-
YUV141.9144.9890.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.99%
GREEN value IS 163 (64.06% from 255) = 38.44%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=20.99%
G=38.44%
B=40.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891631720.480.0500.33186.5133.3351.18
Hex59A3AC305021bb2133
Octal1312432546050412734163
Binary10110011010001110101100110000101010000110111011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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