Html Css Color HEX #59BEBD Fountain Blue

📋 copy color: '#59BEBD'

red 89 ◦ green 190 ◦ blue 189

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

Shades of Fountain Blue #59BEBD

Tints of Fountain Blue #59BEBD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.6%

 BLUE value IS 189 (74.22% from 255) = 40.38%

R = 19.02%
G = 40.6%
B = 40.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#59BEBD (or 0x59BEBD) is known color: Fountain Blue. HEX triplet: 59, BE and BD. RGB value is (89,190,189). Sum of RGB (Red+Green+Blue) = 89+190+189=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #59BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BEBD is #A64142. Grayscale: #9F9F9F. Windows color (decimal): -10895683 or 12435033. OLE color: 12435033.

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

Color convert

RGB 89 190 189 -
CMYK 0.53 0 0.01 0.25
HSL 179.41º 0.44% 0.55% -
HSV(B) 179.41º 0.53% 0.75% -
XYZ 31.72 42.62 54.7 -
YUV 159.69 144.54 77.58 -
System Red Green Blue C M Y K H S L
Decimal 89 190 189 0.53 0 0.01 0.25 179.41 0.44 0.55
Hex 59 BE BD 35 0 1 19 B3 2C 37
Octal 131 276 275 65 0 1 31 263 54 67
Binary 1011001 10111110 10111101 110101 0 1 11001 10110011 101100 110111

Color Harmonies of #59BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BEBD

Black with #59BEBD

Text Example


Text Example

White with #59BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,190,189); }

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

background-color css

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

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

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

border-color css

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

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

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