Html Css Color HEX #59AEAA Fountain Blue

📋 copy color: '#59AEAA'

red 89 ◦ green 174 ◦ blue 170

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

Shades of Fountain Blue #59AEAA

Tints of Fountain Blue #59AEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.18%

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

R = 20.55%
G = 40.18%
B = 39.26%

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

#59AEAA (or 0x59AEAA) is known color: Fountain Blue. HEX triplet: 59, AE and AA. RGB value is (89,174,170). Sum of RGB (Red+Green+Blue) = 89+174+170=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #59AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AEAA is #A65155. Grayscale: #949494. Windows color (decimal): -10899798 or 11185753. OLE color: 11185753.

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

Color convert

RGB 89 174 170 -
CMYK 0.49 0 0.02 0.32
HSL 177.18º 0.34% 0.52% -
HSV(B) 177.18º 0.49% 0.68% -
XYZ 26.51 35.3 43.45 -
YUV 148.13 140.34 85.83 -
System Red Green Blue C M Y K H S L
Decimal 89 174 170 0.49 0 0.02 0.32 177.18 0.34 0.52
Hex 59 AE AA 31 0 2 20 B1 22 34
Octal 131 256 252 61 0 2 40 261 42 64
Binary 1011001 10101110 10101010 110001 0 10 100000 10110001 100010 110100

Color Harmonies of #59AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AEAA

Black with #59AEAA

Text Example


Text Example

White with #59AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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