Html Css Color HEX #59BEBA Fountain Blue

📋 copy color: '#59BEBA'

red 89 ◦ green 190 ◦ blue 186

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

Shades of Fountain Blue #59BEBA

Tints of Fountain Blue #59BEBA

RGB

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

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

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

R = 19.14%
G = 40.86%
B = 40%

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

#59BEBA (or 0x59BEBA) is known color: Fountain Blue. HEX triplet: 59, BE and BA. RGB value is (89,190,186). Sum of RGB (Red+Green+Blue) = 89+190+186=465 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.14% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #59BEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BEBA is #A64145. Grayscale: #9F9F9F. Windows color (decimal): -10895686 or 12238425. OLE color: 12238425.

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

Color convert

RGB 89 190 186 -
CMYK 0.53 0 0.02 0.25
HSL 177.62º 0.44% 0.55% -
HSV(B) 177.62º 0.53% 0.75% -
XYZ 31.4 42.5 53 -
YUV 159.35 143.04 77.83 -
System Red Green Blue C M Y K H S L
Decimal 89 190 186 0.53 0 0.02 0.25 177.62 0.44 0.55
Hex 59 BE BA 35 0 2 19 B2 2C 37
Octal 131 276 272 65 0 2 31 262 54 67
Binary 1011001 10111110 10111010 110101 0 10 11001 10110010 101100 110111

Color Harmonies of #59BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BEBA

Black with #59BEBA

Text Example


Text Example

White with #59BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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