Html Css Color HEX #59BAB9 Fountain Blue

📋 copy color: '#59BAB9'

red 89 ◦ green 186 ◦ blue 185

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

Shades of Fountain Blue #59BAB9

Tints of Fountain Blue #59BAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.22%

R = 19.35%
G = 40.43%
B = 40.22%

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

#59BAB9 (or 0x59BAB9) is known color: Fountain Blue. HEX triplet: 59, BA and B9. RGB value is (89,186,185). Sum of RGB (Red+Green+Blue) = 89+186+185=460 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.35% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #59BAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BAB9 is #A64546. Grayscale: #9C9C9C. Windows color (decimal): -10896711 or 12171865. OLE color: 12171865.

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

Color convert

RGB 89 186 185 -
CMYK 0.52 0 0.01 0.27
HSL 179.38º 0.41% 0.54% -
HSV(B) 179.38º 0.52% 0.73% -
XYZ 30.44 40.74 52.16 -
YUV 156.88 143.86 79.58 -
System Red Green Blue C M Y K H S L
Decimal 89 186 185 0.52 0 0.01 0.27 179.38 0.41 0.54
Hex 59 BA B9 34 0 1 1B B3 29 36
Octal 131 272 271 64 0 1 33 263 51 66
Binary 1011001 10111010 10111001 110100 0 1 11011 10110011 101001 110110

Color Harmonies of #59BAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BAB9

Black with #59BAB9

Text Example


Text Example

White with #59BAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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