Html Css Color HEX #59AAA2 Cadet Blue

📋 copy color: '#59AAA2'

red 89 ◦ green 170 ◦ blue 162

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

Shades of Cadet Blue #59AAA2

Tints of Cadet Blue #59AAA2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.38%

 BLUE value IS 162 (63.67% from 255) = 38.48%

R = 21.14%
G = 40.38%
B = 38.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#59AAA2 (or 0x59AAA2) is known color: Cadet Blue. HEX triplet: 59, AA and A2. RGB value is (89,170,162). Sum of RGB (Red+Green+Blue) = 89+170+162=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #59AAA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AAA2 is #A6555D. Grayscale: #909090. Windows color (decimal): -10900830 or 10660441. OLE color: 10660441.

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

Color convert

RGB 89 170 162 -
CMYK 0.48 0 0.05 0.33
HSL 174.07º 0.32% 0.51% -
HSV(B) 174.07º 0.48% 0.67% -
XYZ 25.02 33.48 39.33 -
YUV 144.87 137.66 88.15 -
System Red Green Blue C M Y K H S L
Decimal 89 170 162 0.48 0 0.05 0.33 174.07 0.32 0.51
Hex 59 AA A2 30 0 5 21 AE 20 33
Octal 131 252 242 60 0 5 41 256 40 63
Binary 1011001 10101010 10100010 110000 0 101 100001 10101110 100000 110011

Color Harmonies of #59AAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AAA2

Black with #59AAA2

Text Example


Text Example

White with #59AAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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