Html Css Color HEX #59B8BA Fountain Blue

📋 copy color: '#59B8BA'

red 89 ◦ green 184 ◦ blue 186

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

Shades of Fountain Blue #59B8BA

Tints of Fountain Blue #59B8BA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.09%

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

R = 19.39%
G = 40.09%
B = 40.52%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#59B8BA (or 0x59B8BA) is known color: Fountain Blue. HEX triplet: 59, B8 and BA. RGB value is (89,184,186). Sum of RGB (Red+Green+Blue) = 89+184+186=459 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.39% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #59B8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B8BA is #A64745. Grayscale: #9B9B9B. Windows color (decimal): -10897222 or 12236889. OLE color: 12236889.

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

Color convert

RGB 89 184 186 -
CMYK 0.52 0.01 0 0.27
HSL 181.24º 0.41% 0.54% -
HSV(B) 181.24º 0.52% 0.73% -
XYZ 30.12 39.95 52.58 -
YUV 155.82 145.03 80.34 -
System Red Green Blue C M Y K H S L
Decimal 89 184 186 0.52 0.01 0 0.27 181.24 0.41 0.54
Hex 59 B8 BA 34 1 0 1B B5 29 36
Octal 131 270 272 64 1 0 33 265 51 66
Binary 1011001 10111000 10111010 110100 1 0 11011 10110101 101001 110110

Color Harmonies of #59B8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B8BA

Black with #59B8BA

Text Example


Text Example

White with #59B8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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