Html Css Color HEX #59ABAA Fountain Blue

📋 copy color: '#59ABAA'

red 89 ◦ green 171 ◦ blue 170

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

Shades of Fountain Blue #59ABAA

Tints of Fountain Blue #59ABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.77%

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 20.7%
G = 39.77%
B = 39.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#59ABAA (or 0x59ABAA) is known color: Fountain Blue. HEX triplet: 59, AB and AA. RGB value is (89,171,170). Sum of RGB (Red+Green+Blue) = 89+171+170=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #59ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59ABAA is #A65455. Grayscale: #929292. Windows color (decimal): -10900566 or 11184985. OLE color: 11184985.

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

Color convert

RGB 89 171 170 -
CMYK 0.48 0 0.01 0.33
HSL 179.27º 0.33% 0.51% -
HSV(B) 179.27º 0.48% 0.67% -
XYZ 25.94 34.15 43.26 -
YUV 146.37 141.33 87.08 -
System Red Green Blue C M Y K H S L
Decimal 89 171 170 0.48 0 0.01 0.33 179.27 0.33 0.51
Hex 59 AB AA 30 0 1 21 B3 21 33
Octal 131 253 252 60 0 1 41 263 41 63
Binary 1011001 10101011 10101010 110000 0 1 100001 10110011 100001 110011

Color Harmonies of #59ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ABAA

Black with #59ABAA

Text Example


Text Example

White with #59ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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