Html Css Color HEX #59A2AC Cadet Blue

📋 copy color: '#59A2AC'

red 89 ◦ green 162 ◦ blue 172

#59A2AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #59A2AC

Tints of Cadet Blue #59A2AC

RGB

 RED value IS 89 (35.16% from 255) = 21.04%

 GREEN value IS 162 (63.67% from 255) = 38.3%

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 21.04%
G = 38.3%
B = 40.66%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#59A2AC (or 0x59A2AC) is known color: Cadet Blue. HEX triplet: 59, A2 and AC. RGB value is (89,162,172). Sum of RGB (Red+Green+Blue) = 89+162+172=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #59A2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A2AC is #A65D53. Grayscale: #8D8D8D. Windows color (decimal): -10902868 or 11313753. OLE color: 11313753.

HSL color Cylindrical-coordinate representation of color #59A2AC: hue angle of 187.23º 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 #59A2AC is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 162 172 -
CMYK 0.48 0.06 0 0.33
HSL 187.23º 0.33% 0.51% -
HSV(B) 187.23º 0.48% 0.67% -
XYZ 24.49 30.94 43.71 -
YUV 141.31 145.32 90.69 -
System Red Green Blue C M Y K H S L
Decimal 89 162 172 0.48 0.06 0 0.33 187.23 0.33 0.51
Hex 59 A2 AC 30 6 0 21 BB 21 33
Octal 131 242 254 60 6 0 41 273 41 63
Binary 1011001 10100010 10101100 110000 110 0 100001 10111011 100001 110011

Color Harmonies of #59A2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A2AC

Black with #59A2AC

Text Example


Text Example

White with #59A2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59A2AC;
 }
 .AnyTagClassName
 {
   color: #59A2AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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