Html Css Color HEX #59A6A0 Cadet Blue

📋 copy color: '#59A6A0'

red 89 ◦ green 166 ◦ blue 160

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

Shades of Cadet Blue #59A6A0

Tints of Cadet Blue #59A6A0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40%

 BLUE value IS 160 (62.89% from 255) = 38.55%

R = 21.45%
G = 40%
B = 38.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#59A6A0 (or 0x59A6A0) is known color: Cadet Blue. HEX triplet: 59, A6 and A0. RGB value is (89,166,160). Sum of RGB (Red+Green+Blue) = 89+166+160=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 166 - color contains mainly: green. Hex color #59A6A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A6A0 is #A6595F. Grayscale: #8E8E8E. Windows color (decimal): -10901856 or 10528345. OLE color: 10528345.

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

Color convert

RGB 89 166 160 -
CMYK 0.46 0 0.04 0.35
HSL 175.32º 0.3% 0.5% -
HSV(B) 175.32º 0.46% 0.65% -
XYZ 24.1 31.93 38.15 -
YUV 142.29 137.99 89.99 -
System Red Green Blue C M Y K H S L
Decimal 89 166 160 0.46 0 0.04 0.35 175.32 0.3 0.5
Hex 59 A6 A0 2E 0 4 23 AF 1E 32
Octal 131 246 240 56 0 4 43 257 36 62
Binary 1011001 10100110 10100000 101110 0 100 100011 10101111 11110 110010

Color Harmonies of #59A6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A6A0

Black with #59A6A0

Text Example


Text Example

White with #59A6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,166,160); }

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

background-color css

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

 a { background-color: rgb(89,166,160); }

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

border-color css

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

 span { border-color: rgb(89,166,160); }

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