Html Css Color HEX #5BBCB9 Fountain Blue

📋 copy color: '#5BBCB9'

red 91 ◦ green 188 ◦ blue 185

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

Shades of Fountain Blue #5BBCB9

Tints of Fountain Blue #5BBCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.87%

R = 19.61%
G = 40.52%
B = 39.87%

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

#5BBCB9 (or 0x5BBCB9) is known color: Fountain Blue. HEX triplet: 5B, BC and B9. RGB value is (91,188,185). Sum of RGB (Red+Green+Blue) = 91+188+185=464 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.61% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCB9 is #A44346. Grayscale: #9E9E9E. Windows color (decimal): -10765127 or 12172379. OLE color: 12172379.

HSL color Cylindrical-coordinate representation of color #5BBCB9: hue angle of 178.14º 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 #5BBCB9 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 188 185 -
CMYK 0.52 0 0.02 0.26
HSL 178.14º 0.42% 0.55% -
HSV(B) 178.14º 0.52% 0.74% -
XYZ 31.05 41.69 52.31 -
YUV 158.66 142.86 79.74 -
System Red Green Blue C M Y K H S L
Decimal 91 188 185 0.52 0 0.02 0.26 178.14 0.42 0.55
Hex 5B BC B9 34 0 2 1A B2 2A 37
Octal 133 274 271 64 0 2 32 262 52 67
Binary 1011011 10111100 10111001 110100 0 10 11010 10110010 101010 110111

Color Harmonies of #5BBCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBCB9

Black with #5BBCB9

Text Example


Text Example

White with #5BBCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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