Html Css Color HEX #59BAB8 Fountain Blue

📋 copy color: '#59BAB8'

red 89 ◦ green 186 ◦ blue 184

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

Shades of Fountain Blue #59BAB8

Tints of Fountain Blue #59BAB8

RGB

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

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

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

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

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

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

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

Color convert

RGB 89 186 184 -
CMYK 0.52 0 0.01 0.27
HSL 178.76º 0.41% 0.54% -
HSV(B) 178.76º 0.52% 0.73% -
XYZ 30.33 40.7 51.61 -
YUV 156.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 89 186 184 0.52 0 0.01 0.27 178.76 0.41 0.54
Hex 59 BA B8 34 0 1 1B B3 29 36
Octal 131 272 270 64 0 1 33 263 51 66
Binary 1011001 10111010 10111000 110100 0 1 11011 10110011 101001 110110

Color Harmonies of #59BAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BAB8

Black with #59BAB8

Text Example


Text Example

White with #59BAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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