Html Css Color HEX #5BC2BB Fountain Blue

📋 copy color: '#5BC2BB'

red 91 ◦ green 194 ◦ blue 187

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

Shades of Fountain Blue #5BC2BB

Tints of Fountain Blue #5BC2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.1%

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 19.28%
G = 41.1%
B = 39.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#5BC2BB (or 0x5BC2BB) is known color: Fountain Blue. HEX triplet: 5B, C2 and BB. RGB value is (91,194,187). Sum of RGB (Red+Green+Blue) = 91+194+187=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC2BB is #A43D44. Grayscale: #A2A2A2. Windows color (decimal): -10763589 or 12304987. OLE color: 12304987.

HSL color Cylindrical-coordinate representation of color #5BC2BB: hue angle of 175.92º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC2BB is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 91 194 187 -
CMYK 0.53 0 0.04 0.24
HSL 175.92º 0.46% 0.56% -
HSV(B) 175.92º 0.53% 0.76% -
XYZ 32.58 44.4 53.87 -
YUV 162.41 141.88 77.07 -
System Red Green Blue C M Y K H S L
Decimal 91 194 187 0.53 0 0.04 0.24 175.92 0.46 0.56
Hex 5B C2 BB 35 0 4 18 B0 2E 38
Octal 133 302 273 65 0 4 30 260 56 70
Binary 1011011 11000010 10111011 110101 0 100 11000 10110000 101110 111000

Color Harmonies of #5BC2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC2BB

Black with #5BC2BB

Text Example


Text Example

White with #5BC2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,194,187); }

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

background-color css

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

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

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

border-color css

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

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

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