Html Css Color HEX #59BBBA Fountain Blue

📋 copy color: '#59BBBA'

red 89 ◦ green 187 ◦ blue 186

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

Shades of Fountain Blue #59BBBA

Tints of Fountain Blue #59BBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.48%

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 19.26%
G = 40.48%
B = 40.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#59BBBA (or 0x59BBBA) is known color: Fountain Blue. HEX triplet: 59, BB and BA. RGB value is (89,187,186). Sum of RGB (Red+Green+Blue) = 89+187+186=462 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.26% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #59BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBBA is #A64445. Grayscale: #9D9D9D. Windows color (decimal): -10896454 or 12237657. OLE color: 12237657.

HSL color Cylindrical-coordinate representation of color #59BBBA: hue angle of 179.39º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59BBBA is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 187 186 -
CMYK 0.52 0 0.01 0.27
HSL 179.39º 0.42% 0.54% -
HSV(B) 179.39º 0.52% 0.73% -
XYZ 30.75 41.21 52.79 -
YUV 157.58 144.03 79.08 -
System Red Green Blue C M Y K H S L
Decimal 89 187 186 0.52 0 0.01 0.27 179.39 0.42 0.54
Hex 59 BB BA 34 0 1 1B B3 2A 36
Octal 131 273 272 64 0 1 33 263 52 66
Binary 1011001 10111011 10111010 110100 0 1 11011 10110011 101010 110110

Color Harmonies of #59BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BBBA

Black with #59BBBA

Text Example


Text Example

White with #59BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,187,186); }

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

background-color css

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

 a { background-color: rgb(89,187,186); }

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

border-color css

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

 span { border-color: rgb(89,187,186); }

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