Html Css Color HEX #59B5BA Fountain Blue

📋 copy color: '#59B5BA'

red 89 ◦ green 181 ◦ blue 186

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

Shades of Fountain Blue #59B5BA

Tints of Fountain Blue #59B5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.69%

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

R = 19.52%
G = 39.69%
B = 40.79%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#59B5BA (or 0x59B5BA) is known color: Fountain Blue. HEX triplet: 59, B5 and BA. RGB value is (89,181,186). Sum of RGB (Red+Green+Blue) = 89+181+186=456 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.52% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #59B5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B5BA is #A64A45. Grayscale: #999999. Windows color (decimal): -10897990 or 12236121. OLE color: 12236121.

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

Color convert

RGB 89 181 186 -
CMYK 0.52 0.03 0 0.27
HSL 183.09º 0.41% 0.54% -
HSV(B) 183.09º 0.52% 0.73% -
XYZ 29.51 38.72 52.37 -
YUV 154.06 146.02 81.59 -
System Red Green Blue C M Y K H S L
Decimal 89 181 186 0.52 0.03 0 0.27 183.09 0.41 0.54
Hex 59 B5 BA 34 3 0 1B B7 29 36
Octal 131 265 272 64 3 0 33 267 51 66
Binary 1011001 10110101 10111010 110100 11 0 11011 10110111 101001 110110

Color Harmonies of #59B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B5BA

Black with #59B5BA

Text Example


Text Example

White with #59B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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