Html Css Color HEX #59ADAA Fountain Blue

📋 copy color: '#59ADAA'

red 89 ◦ green 173 ◦ blue 170

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

Shades of Fountain Blue #59ADAA

Tints of Fountain Blue #59ADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.05%

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

R = 20.6%
G = 40.05%
B = 39.35%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#59ADAA (or 0x59ADAA) is known color: Fountain Blue. HEX triplet: 59, AD and AA. RGB value is (89,173,170). Sum of RGB (Red+Green+Blue) = 89+173+170=432 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.60% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 173 - color contains mainly: green. Hex color #59ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59ADAA is #A65255. Grayscale: #939393. Windows color (decimal): -10900054 or 11185497. OLE color: 11185497.

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

Color convert

RGB 89 173 170 -
CMYK 0.49 0 0.02 0.32
HSL 177.86º 0.34% 0.51% -
HSV(B) 177.86º 0.49% 0.68% -
XYZ 26.32 34.91 43.38 -
YUV 147.54 140.67 86.24 -
System Red Green Blue C M Y K H S L
Decimal 89 173 170 0.49 0 0.02 0.32 177.86 0.34 0.51
Hex 59 AD AA 31 0 2 20 B2 22 33
Octal 131 255 252 61 0 2 40 262 42 63
Binary 1011001 10101101 10101010 110001 0 10 100000 10110010 100010 110011

Color Harmonies of #59ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ADAA

Black with #59ADAA

Text Example


Text Example

White with #59ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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