Html Css Color HEX #59C0BF Fountain Blue

📋 copy color: '#59C0BF'

red 89 ◦ green 192 ◦ blue 191

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

Shades of Fountain Blue #59C0BF

Tints of Fountain Blue #59C0BF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.68%

 BLUE value IS 191 (75% from 255) = 40.47%

R = 18.86%
G = 40.68%
B = 40.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#59C0BF (or 0x59C0BF) is known color: Fountain Blue. HEX triplet: 59, C0 and BF. RGB value is (89,192,191). Sum of RGB (Red+Green+Blue) = 89+192+191=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #59C0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C0BF is #A63F40. Grayscale: #A0A0A0. Windows color (decimal): -10895169 or 12566617. OLE color: 12566617.

HSL color Cylindrical-coordinate representation of color #59C0BF: hue angle of 179.42º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C0BF is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 192 191 -
CMYK 0.54 0 0.01 0.25
HSL 179.42º 0.45% 0.55% -
HSV(B) 179.42º 0.54% 0.75% -
XYZ 32.37 43.58 56 -
YUV 161.09 144.88 76.58 -
System Red Green Blue C M Y K H S L
Decimal 89 192 191 0.54 0 0.01 0.25 179.42 0.45 0.55
Hex 59 C0 BF 36 0 1 19 B3 2D 37
Octal 131 300 277 66 0 1 31 263 55 67
Binary 1011001 11000000 10111111 110110 0 1 11001 10110011 101101 110111

Color Harmonies of #59C0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59C0BF

Black with #59C0BF

Text Example


Text Example

White with #59C0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,192,191); }

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

background-color css

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

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

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

border-color css

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

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

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