Html Css Color HEX #59A99F Cadet Blue

📋 copy color: '#59A99F'

red 89 ◦ green 169 ◦ blue 159

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

Shades of Cadet Blue #59A99F

Tints of Cadet Blue #59A99F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.53%

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 21.34%
G = 40.53%
B = 38.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#59A99F (or 0x59A99F) is known color: Cadet Blue. HEX triplet: 59, A9 and 9F. RGB value is (89,169,159). Sum of RGB (Red+Green+Blue) = 89+169+159=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 169 - color contains mainly: green. Hex color #59A99F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A99F is #A65660. Grayscale: #8F8F8F. Windows color (decimal): -10901089 or 10463577. OLE color: 10463577.

HSL color Cylindrical-coordinate representation of color #59A99F: hue angle of 172.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59A99F is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 89 169 159 -
CMYK 0.47 0 0.06 0.34
HSL 172.5º 0.32% 0.51% -
HSV(B) 172.5º 0.47% 0.66% -
XYZ 24.57 33 37.88 -
YUV 143.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 89 169 159 0.47 0 0.06 0.34 172.5 0.32 0.51
Hex 59 A9 9F 2F 0 6 22 AC 20 33
Octal 131 251 237 57 0 6 42 254 40 63
Binary 1011001 10101001 10011111 101111 0 110 100010 10101100 100000 110011

Color Harmonies of #59A99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A99F

Black with #59A99F

Text Example


Text Example

White with #59A99F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,169,159); }

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

background-color css

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

 a { background-color: rgb(89,169,159); }

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

border-color css

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

 span { border-color: rgb(89,169,159); }

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