Html Css Color HEX #59BABA Fountain Blue

📋 copy color: '#59BABA'

red 89 ◦ green 186 ◦ blue 186

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

Shades of Fountain Blue #59BABA

Tints of Fountain Blue #59BABA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.35%

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

R = 19.31%
G = 40.35%
B = 40.35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#59BABA (or 0x59BABA) is known color: Fountain Blue. HEX triplet: 59, BA and BA. RGB value is (89,186,186). Sum of RGB (Red+Green+Blue) = 89+186+186=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #59BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BABA is #A64545. Grayscale: #9C9C9C. Windows color (decimal): -10896710 or 12237401. OLE color: 12237401.

HSL color Cylindrical-coordinate representation of color #59BABA: hue angle of 180º degrees, saturation: 0.41, 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 #59BABA is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 186 186 -
CMYK 0.52 0 0 0.27
HSL 180º 0.41% 0.54% -
HSV(B) 180º 0.52% 0.73% -
XYZ 30.54 40.79 52.72 -
YUV 157 144.36 79.5 -
System Red Green Blue C M Y K H S L
Decimal 89 186 186 0.52 0 0 0.27 180 0.41 0.54
Hex 59 BA BA 34 0 0 1B B4 29 36
Octal 131 272 272 64 0 0 33 264 51 66
Binary 1011001 10111010 10111010 110100 0 0 11011 10110100 101001 110110

Color Harmonies of #59BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BABA

Black with #59BABA

Text Example


Text Example

White with #59BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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