Html Css Color HEX #5BBCB8 Fountain Blue

📋 copy color: '#5BBCB8'

red 91 ◦ green 188 ◦ blue 184

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

Shades of Fountain Blue #5BBCB8

Tints of Fountain Blue #5BBCB8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.6%

 BLUE value IS 184 (72.27% from 255) = 39.74%

R = 19.65%
G = 40.6%
B = 39.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#5BBCB8 (or 0x5BBCB8) is known color: Fountain Blue. HEX triplet: 5B, BC and B8. RGB value is (91,188,184). Sum of RGB (Red+Green+Blue) = 91+188+184=463 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.65% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCB8 is #A44347. Grayscale: #9E9E9E. Windows color (decimal): -10765128 or 12106843. OLE color: 12106843.

HSL color Cylindrical-coordinate representation of color #5BBCB8: hue angle of 177.53º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBCB8 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 188 184 -
CMYK 0.52 0 0.02 0.26
HSL 177.53º 0.42% 0.55% -
HSV(B) 177.53º 0.52% 0.74% -
XYZ 30.95 41.65 51.76 -
YUV 158.54 142.36 79.83 -
System Red Green Blue C M Y K H S L
Decimal 91 188 184 0.52 0 0.02 0.26 177.53 0.42 0.55
Hex 5B BC B8 34 0 2 1A B2 2A 37
Octal 133 274 270 64 0 2 32 262 52 67
Binary 1011011 10111100 10111000 110100 0 10 11010 10110010 101010 110111

Color Harmonies of #5BBCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBCB8

Black with #5BBCB8

Text Example


Text Example

White with #5BBCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,188,184); }

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

background-color css

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

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

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

border-color css

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

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

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