Html Css Color HEX #59A49B Cadet Blue

📋 copy color: '#59A49B'

red 89 ◦ green 164 ◦ blue 155

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

Shades of Cadet Blue #59A49B

Tints of Cadet Blue #59A49B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.2%

 BLUE value IS 155 (60.94% from 255) = 37.99%

R = 21.81%
G = 40.2%
B = 37.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#59A49B (or 0x59A49B) is known color: Cadet Blue. HEX triplet: 59, A4 and 9B. RGB value is (89,164,155). Sum of RGB (Red+Green+Blue) = 89+164+155=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #59A49B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A49B is #A65B64. Grayscale: #8C8C8C. Windows color (decimal): -10902373 or 10200153. OLE color: 10200153.

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

Color convert

RGB 89 164 155 -
CMYK 0.46 0 0.05 0.36
HSL 172.8º 0.3% 0.5% -
HSV(B) 172.8º 0.46% 0.64% -
XYZ 23.31 31.04 35.77 -
YUV 140.55 136.15 91.23 -
System Red Green Blue C M Y K H S L
Decimal 89 164 155 0.46 0 0.05 0.36 172.8 0.3 0.5
Hex 59 A4 9B 2E 0 5 24 AD 1E 32
Octal 131 244 233 56 0 5 44 255 36 62
Binary 1011001 10100100 10011011 101110 0 101 100100 10101101 11110 110010

Color Harmonies of #59A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A49B

Black with #59A49B

Text Example


Text Example

White with #59A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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