Html Css Color HEX #5BB1AC Fountain Blue

📋 copy color: '#5BB1AC'

red 91 ◦ green 177 ◦ blue 172

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

Shades of Fountain Blue #5BB1AC

Tints of Fountain Blue #5BB1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.09%

R = 20.68%
G = 40.23%
B = 39.09%

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

#5BB1AC (or 0x5BB1AC) is known color: Fountain Blue. HEX triplet: 5B, B1 and AC. RGB value is (91,177,172). Sum of RGB (Red+Green+Blue) = 91+177+172=440 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.68% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #5BB1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BB1AC is #A44E53. Grayscale: #969696. Windows color (decimal): -10767956 or 11317595. OLE color: 11317595.

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

Color convert

RGB 91 177 172 -
CMYK 0.49 0 0.03 0.31
HSL 176.51º 0.36% 0.53% -
HSV(B) 176.51º 0.49% 0.69% -
XYZ 27.48 36.65 44.65 -
YUV 150.72 140.01 85.41 -
System Red Green Blue C M Y K H S L
Decimal 91 177 172 0.49 0 0.03 0.31 176.51 0.36 0.53
Hex 5B B1 AC 31 0 3 1F B1 24 35
Octal 133 261 254 61 0 3 37 261 44 65
Binary 1011011 10110001 10101100 110001 0 11 11111 10110001 100100 110101

Color Harmonies of #5BB1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BB1AC

Black with #5BB1AC

Text Example


Text Example

White with #5BB1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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