Html Css Color HEX #59AEB6 Fountain Blue

📋 copy color: '#59AEB6'

red 89 ◦ green 174 ◦ blue 182

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

Shades of Fountain Blue #59AEB6

Tints of Fountain Blue #59AEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.9%

R = 20%
G = 39.1%
B = 40.9%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#59AEB6 (or 0x59AEB6) is known color: Fountain Blue. HEX triplet: 59, AE and B6. RGB value is (89,174,182). Sum of RGB (Red+Green+Blue) = 89+174+182=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 182 - color contains mainly: blue. Hex color #59AEB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AEB6 is #A65149. Grayscale: #959595. Windows color (decimal): -10899786 or 11972185. OLE color: 11972185.

HSL color Cylindrical-coordinate representation of color #59AEB6: hue angle of 185.16º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59AEB6 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 89 174 182 -
CMYK 0.51 0.04 0 0.29
HSL 185.16º 0.39% 0.53% -
HSV(B) 185.16º 0.51% 0.71% -
XYZ 27.7 35.77 49.7 -
YUV 149.5 146.34 84.85 -
System Red Green Blue C M Y K H S L
Decimal 89 174 182 0.51 0.04 0 0.29 185.16 0.39 0.53
Hex 59 AE B6 33 4 0 1D B9 27 35
Octal 131 256 266 63 4 0 35 271 47 65
Binary 1011001 10101110 10110110 110011 100 0 11101 10111001 100111 110101

Color Harmonies of #59AEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AEB6

Black with #59AEB6

Text Example


Text Example

White with #59AEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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