Html Css Color HEX #59AEB0 Fountain Blue

📋 copy color: '#59AEB0'

red 89 ◦ green 174 ◦ blue 176

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

Shades of Fountain Blue #59AEB0

Tints of Fountain Blue #59AEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.09%

R = 20.27%
G = 39.64%
B = 40.09%

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#59AEB0 (or 0x59AEB0) is known color: Fountain Blue. HEX triplet: 59, AE and B0. RGB value is (89,174,176). Sum of RGB (Red+Green+Blue) = 89+174+176=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 176 - color contains mainly: blue. Hex color #59AEB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AEB0 is #A6514F. Grayscale: #949494. Windows color (decimal): -10899792 or 11578969. OLE color: 11578969.

HSL color Cylindrical-coordinate representation of color #59AEB0: hue angle of 181.38º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AEB0 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 174 176 -
CMYK 0.49 0.01 0 0.31
HSL 181.38º 0.36% 0.52% -
HSV(B) 181.38º 0.49% 0.69% -
XYZ 27.09 35.53 46.5 -
YUV 148.81 143.34 85.34 -
System Red Green Blue C M Y K H S L
Decimal 89 174 176 0.49 0.01 0 0.31 181.38 0.36 0.52
Hex 59 AE B0 31 1 0 1F B5 24 34
Octal 131 256 260 61 1 0 37 265 44 64
Binary 1011001 10101110 10110000 110001 1 0 11111 10110101 100100 110100

Color Harmonies of #59AEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AEB0

Black with #59AEB0

Text Example


Text Example

White with #59AEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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