Html Css Color HEX #59BFBF Fountain Blue

📋 copy color: '#59BFBF'

red 89 ◦ green 191 ◦ blue 191

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

Shades of Fountain Blue #59BFBF

Tints of Fountain Blue #59BFBF

RGB

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

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

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

R = 18.9%
G = 40.55%
B = 40.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#59BFBF (or 0x59BFBF) is known color: Fountain Blue. HEX triplet: 59, BF and BF. RGB value is (89,191,191). Sum of RGB (Red+Green+Blue) = 89+191+191=471 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.90% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #59BFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFBF is #A64040. Grayscale: #A0A0A0. Windows color (decimal): -10895425 or 12566361. OLE color: 12566361.

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

Color convert

RGB 89 191 191 -
CMYK 0.53 0 0 0.25
HSL 180º 0.44% 0.55% -
HSV(B) 180º 0.53% 0.75% -
XYZ 32.15 43.15 55.92 -
YUV 160.5 145.21 77 -
System Red Green Blue C M Y K H S L
Decimal 89 191 191 0.53 0 0 0.25 180 0.44 0.55
Hex 59 BF BF 35 0 0 19 B4 2C 37
Octal 131 277 277 65 0 0 31 264 54 67
Binary 1011001 10111111 10111111 110101 0 0 11001 10110100 101100 110111

Color Harmonies of #59BFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BFBF

Black with #59BFBF

Text Example


Text Example

White with #59BFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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