Html Css Color HEX #5BC0BA Fountain Blue

📋 copy color: '#5BC0BA'

red 91 ◦ green 192 ◦ blue 186

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

Shades of Fountain Blue #5BC0BA

Tints of Fountain Blue #5BC0BA

RGB

 RED value IS 91 (35.94% from 255) = 19.4%

 GREEN value IS 192 (75.39% from 255) = 40.94%

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

R = 19.4%
G = 40.94%
B = 39.66%

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

#5BC0BA (or 0x5BC0BA) is known color: Fountain Blue. HEX triplet: 5B, C0 and BA. RGB value is (91,192,186). Sum of RGB (Red+Green+Blue) = 91+192+186=469 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.40% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC0BA is #A43F45. Grayscale: #A1A1A1. Windows color (decimal): -10764102 or 12238939. OLE color: 12238939.

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

Color convert

RGB 91 192 186 -
CMYK 0.53 0 0.03 0.25
HSL 176.44º 0.44% 0.55% -
HSV(B) 176.44º 0.53% 0.75% -
XYZ 32.03 43.47 53.16 -
YUV 161.12 142.04 77.99 -
System Red Green Blue C M Y K H S L
Decimal 91 192 186 0.53 0 0.03 0.25 176.44 0.44 0.55
Hex 5B C0 BA 35 0 3 19 B0 2C 37
Octal 133 300 272 65 0 3 31 260 54 67
Binary 1011011 11000000 10111010 110101 0 11 11001 10110000 101100 110111

Color Harmonies of #5BC0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC0BA

Black with #5BC0BA

Text Example


Text Example

White with #5BC0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BC0BA; }

 p { color: rgb(91,192,186); }

 H1.HeaderClassName
 {
   color: #5BC0BA;
 }
 .AnyTagClassName
 {
   color: #5BC0BA;
 }
</style>

background-color css

<style>
 a { background-color: #5BC0BA; }

 a { background-color: rgb(91,192,186); }

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

border-color css

<style>
 span { border-color: #5BC0BA; }

 span { border-color: rgb(91,192,186); }

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