Html Css Color HEX #5BB1AB Fountain Blue

📋 copy color: '#5BB1AB'

red 91 ◦ green 177 ◦ blue 171

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

Shades of Fountain Blue #5BB1AB

Tints of Fountain Blue #5BB1AB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.32%

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 20.73%
G = 40.32%
B = 38.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#5BB1AB (or 0x5BB1AB) is known color: Fountain Blue. HEX triplet: 5B, B1 and AB. RGB value is (91,177,171). Sum of RGB (Red+Green+Blue) = 91+177+171=439 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.73% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 177 - color contains mainly: green. Hex color #5BB1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BB1AB is #A44E54. Grayscale: #969696. Windows color (decimal): -10767957 or 11252059. OLE color: 11252059.

HSL color Cylindrical-coordinate representation of color #5BB1AB: hue angle of 175.81º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB1AB is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 91 177 171 -
CMYK 0.49 0 0.03 0.31
HSL 175.81º 0.36% 0.53% -
HSV(B) 175.81º 0.49% 0.69% -
XYZ 27.39 36.61 44.15 -
YUV 150.6 139.51 85.49 -
System Red Green Blue C M Y K H S L
Decimal 91 177 171 0.49 0 0.03 0.31 175.81 0.36 0.53
Hex 5B B1 AB 31 0 3 1F B0 24 35
Octal 133 261 253 61 0 3 37 260 44 65
Binary 1011011 10110001 10101011 110001 0 11 11111 10110000 100100 110101

Color Harmonies of #5BB1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BB1AB

Black with #5BB1AB

Text Example


Text Example

White with #5BB1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,177,171); }

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

background-color css

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

 a { background-color: rgb(91,177,171); }

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

border-color css

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

 span { border-color: rgb(91,177,171); }

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