Html Css Color HEX #5BBCB6 Fountain Blue

📋 copy color: '#5BBCB6'

red 91 ◦ green 188 ◦ blue 182

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

Shades of Fountain Blue #5BBCB6

Tints of Fountain Blue #5BBCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.48%

R = 19.74%
G = 40.78%
B = 39.48%

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

#5BBCB6 (or 0x5BBCB6) is known color: Fountain Blue. HEX triplet: 5B, BC and B6. RGB value is (91,188,182). Sum of RGB (Red+Green+Blue) = 91+188+182=461 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.74% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCB6 is #A44349. Grayscale: #9E9E9E. Windows color (decimal): -10765130 or 11975771. OLE color: 11975771.

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

Color convert

RGB 91 188 182 -
CMYK 0.52 0 0.03 0.26
HSL 176.29º 0.42% 0.55% -
HSV(B) 176.29º 0.52% 0.74% -
XYZ 30.74 41.57 50.66 -
YUV 158.31 141.36 79.99 -
System Red Green Blue C M Y K H S L
Decimal 91 188 182 0.52 0 0.03 0.26 176.29 0.42 0.55
Hex 5B BC B6 34 0 3 1A B0 2A 37
Octal 133 274 266 64 0 3 32 260 52 67
Binary 1011011 10111100 10110110 110100 0 11 11010 10110000 101010 110111

Color Harmonies of #5BBCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBCB6

Black with #5BBCB6

Text Example


Text Example

White with #5BBCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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