Html Css Color HEX #59BFBC Fountain Blue

📋 copy color: '#59BFBC'

red 89 ◦ green 191 ◦ blue 188

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

Shades of Fountain Blue #59BFBC

Tints of Fountain Blue #59BFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 19.02%
G = 40.81%
B = 40.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#59BFBC (or 0x59BFBC) is known color: Fountain Blue. HEX triplet: 59, BF and BC. RGB value is (89,191,188). Sum of RGB (Red+Green+Blue) = 89+191+188=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #59BFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFBC is #A64043. Grayscale: #A0A0A0. Windows color (decimal): -10895428 or 12369753. OLE color: 12369753.

HSL color Cylindrical-coordinate representation of color #59BFBC: hue angle of 178.24º 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 #59BFBC is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 191 188 -
CMYK 0.53 0 0.02 0.25
HSL 178.24º 0.44% 0.55% -
HSV(B) 178.24º 0.53% 0.75% -
XYZ 31.83 43.02 54.2 -
YUV 160.16 143.71 77.24 -
System Red Green Blue C M Y K H S L
Decimal 89 191 188 0.53 0 0.02 0.25 178.24 0.44 0.55
Hex 59 BF BC 35 0 2 19 B2 2C 37
Octal 131 277 274 65 0 2 31 262 54 67
Binary 1011001 10111111 10111100 110101 0 10 11001 10110010 101100 110111

Color Harmonies of #59BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BFBC

Black with #59BFBC

Text Example


Text Example

White with #59BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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