Html Css Color HEX #5BBCBA Fountain Blue

📋 copy color: '#5BBCBA'

red 91 ◦ green 188 ◦ blue 186

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

Shades of Fountain Blue #5BBCBA

Tints of Fountain Blue #5BBCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40%

R = 19.57%
G = 40.43%
B = 40%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#5BBCBA (or 0x5BBCBA) is known color: Fountain Blue. HEX triplet: 5B, BC and BA. RGB value is (91,188,186). Sum of RGB (Red+Green+Blue) = 91+188+186=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCBA is #A44345. Grayscale: #9E9E9E. Windows color (decimal): -10765126 or 12237915. OLE color: 12237915.

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

Color convert

RGB 91 188 186 -
CMYK 0.52 0 0.01 0.26
HSL 178.76º 0.42% 0.55% -
HSV(B) 178.76º 0.52% 0.74% -
XYZ 31.16 41.74 52.87 -
YUV 158.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 91 188 186 0.52 0 0.01 0.26 178.76 0.42 0.55
Hex 5B BC BA 34 0 1 1A B3 2A 37
Octal 133 274 272 64 0 1 32 263 52 67
Binary 1011011 10111100 10111010 110100 0 1 11010 10110011 101010 110111

Color Harmonies of #5BBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBCBA

Black with #5BBCBA

Text Example


Text Example

White with #5BBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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