Html Css Color HEX #5BC0C0 Fountain Blue

📋 copy color: '#5BC0C0'

red 91 ◦ green 192 ◦ blue 192

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

Shades of Fountain Blue #5BC0C0

Tints of Fountain Blue #5BC0C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.42%

R = 19.16%
G = 40.42%
B = 40.42%

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

#5BC0C0 (or 0x5BC0C0) is known color: Fountain Blue. HEX triplet: 5B, C0 and C0. RGB value is (91,192,192). Sum of RGB (Red+Green+Blue) = 91+192+192=475 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.16% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #5BC0C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC0C0 is #A43F3F. Grayscale: #A1A1A1. Windows color (decimal): -10764096 or 12632155. OLE color: 12632155.

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

Color convert

RGB 91 192 192 -
CMYK 0.53 0 0 0.25
HSL 180º 0.44% 0.55% -
HSV(B) 180º 0.53% 0.75% -
XYZ 32.68 43.73 56.59 -
YUV 161.8 145.04 77.5 -
System Red Green Blue C M Y K H S L
Decimal 91 192 192 0.53 0 0 0.25 180 0.44 0.55
Hex 5B C0 C0 35 0 0 19 B4 2C 37
Octal 133 300 300 65 0 0 31 264 54 67
Binary 1011011 11000000 11000000 110101 0 0 11001 10110100 101100 110111

Color Harmonies of #5BC0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC0C0

Black with #5BC0C0

Text Example


Text Example

White with #5BC0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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