Html Css Color HEX #5BBCB7 Fountain Blue

📋 copy color: '#5BBCB7'

red 91 ◦ green 188 ◦ blue 183

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

Shades of Fountain Blue #5BBCB7

Tints of Fountain Blue #5BBCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.61%

R = 19.7%
G = 40.69%
B = 39.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#5BBCB7 (or 0x5BBCB7) is known color: Fountain Blue. HEX triplet: 5B, BC and B7. RGB value is (91,188,183). Sum of RGB (Red+Green+Blue) = 91+188+183=462 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.70% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCB7 is #A44348. Grayscale: #9E9E9E. Windows color (decimal): -10765129 or 12041307. OLE color: 12041307.

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

Color convert

RGB 91 188 183 -
CMYK 0.52 0 0.03 0.26
HSL 176.91º 0.42% 0.55% -
HSV(B) 176.91º 0.52% 0.74% -
XYZ 30.84 41.61 51.21 -
YUV 158.43 141.86 79.91 -
System Red Green Blue C M Y K H S L
Decimal 91 188 183 0.52 0 0.03 0.26 176.91 0.42 0.55
Hex 5B BC B7 34 0 3 1A B1 2A 37
Octal 133 274 267 64 0 3 32 261 52 67
Binary 1011011 10111100 10110111 110100 0 11 11010 10110001 101010 110111

Color Harmonies of #5BBCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBCB7

Black with #5BBCB7

Text Example


Text Example

White with #5BBCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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