Html Css Color HEX #5BBABF Fountain Blue

📋 copy color: '#5BBABF'

red 91 ◦ green 186 ◦ blue 191

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

Shades of Fountain Blue #5BBABF

Tints of Fountain Blue #5BBABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.74%

 BLUE value IS 191 (75% from 255) = 40.81%

R = 19.44%
G = 39.74%
B = 40.81%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5BBABF (or 0x5BBABF) is known color: Fountain Blue. HEX triplet: 5B, BA and BF. RGB value is (91,186,191). Sum of RGB (Red+Green+Blue) = 91+186+191=468 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.44% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #5BBABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBABF is #A44540. Grayscale: #9E9E9E. Windows color (decimal): -10765633 or 12565083. OLE color: 12565083.

HSL color Cylindrical-coordinate representation of color #5BBABF: hue angle of 183º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBABF is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 186 191 -
CMYK 0.52 0.03 0 0.25
HSL 183º 0.44% 0.55% -
HSV(B) 183º 0.52% 0.75% -
XYZ 31.28 41.1 55.58 -
YUV 158.17 146.53 80.09 -
System Red Green Blue C M Y K H S L
Decimal 91 186 191 0.52 0.03 0 0.25 183 0.44 0.55
Hex 5B BA BF 34 3 0 19 B7 2C 37
Octal 133 272 277 64 3 0 31 267 54 67
Binary 1011011 10111010 10111111 110100 11 0 11001 10110111 101100 110111

Color Harmonies of #5BBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBABF

Black with #5BBABF

Text Example


Text Example

White with #5BBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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