Html Css Color HEX #59BFBA Fountain Blue

📋 copy color: '#59BFBA'

red 89 ◦ green 191 ◦ blue 186

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

Shades of Fountain Blue #59BFBA

Tints of Fountain Blue #59BFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 40.99%

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

R = 19.1%
G = 40.99%
B = 39.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#59BFBA (or 0x59BFBA) is known color: Fountain Blue. HEX triplet: 59, BF and BA. RGB value is (89,191,186). Sum of RGB (Red+Green+Blue) = 89+191+186=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #59BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFBA is #A64045. Grayscale: #9F9F9F. Windows color (decimal): -10895430 or 12238681. OLE color: 12238681.

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

Color convert

RGB 89 191 186 -
CMYK 0.53 0 0.03 0.25
HSL 177.06º 0.44% 0.55% -
HSV(B) 177.06º 0.53% 0.75% -
XYZ 31.61 42.93 53.07 -
YUV 159.93 142.71 77.41 -
System Red Green Blue C M Y K H S L
Decimal 89 191 186 0.53 0 0.03 0.25 177.06 0.44 0.55
Hex 59 BF BA 35 0 3 19 B1 2C 37
Octal 131 277 272 65 0 3 31 261 54 67
Binary 1011001 10111111 10111010 110101 0 11 11001 10110001 101100 110111

Color Harmonies of #59BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BFBA

Black with #59BFBA

Text Example


Text Example

White with #59BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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