Html Css Color HEX #5BC0BF Fountain Blue

📋 copy color: '#5BC0BF'

red 91 ◦ green 192 ◦ blue 191

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

Shades of Fountain Blue #5BC0BF

Tints of Fountain Blue #5BC0BF

RGB

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

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

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

R = 19.2%
G = 40.51%
B = 40.3%

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

#5BC0BF (or 0x5BC0BF) is known color: Fountain Blue. HEX triplet: 5B, C0 and BF. RGB value is (91,192,191). Sum of RGB (Red+Green+Blue) = 91+192+191=474 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.20% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC0BF is #A43F40. Grayscale: #A1A1A1. Windows color (decimal): -10764097 or 12566619. OLE color: 12566619.

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

Color convert

RGB 91 192 191 -
CMYK 0.53 0 0.01 0.25
HSL 179.41º 0.44% 0.55% -
HSV(B) 179.41º 0.53% 0.75% -
XYZ 32.57 43.69 56.01 -
YUV 161.69 144.54 77.58 -
System Red Green Blue C M Y K H S L
Decimal 91 192 191 0.53 0 0.01 0.25 179.41 0.44 0.55
Hex 5B C0 BF 35 0 1 19 B3 2C 37
Octal 133 300 277 65 0 1 31 263 54 67
Binary 1011011 11000000 10111111 110101 0 1 11001 10110011 101100 110111

Color Harmonies of #5BC0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC0BF

Black with #5BC0BF

Text Example


Text Example

White with #5BC0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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