#5BB0AA

Color #5BB0AA Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #5BB0AA

Tints of Fountain Blue #5BB0AA

Color information

#5BB0AA (or 0x5BB0AA) is unknown color: approx Fountain Blue. HEX triplet: 5B, B0 and AA. RGB value is (91,176,170). Sum of RGB (Red+Green+Blue) = 91+176+170=437 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.82% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #5BB0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BB0AA is #A44F55. Grayscale: #959595. Windows color (decimal): -10768214 or 11186267. OLE color: 11186267.

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

Color convert

RGB91176170-
CMYK0.4800.030.31
HSL175.76º34.98%52.35%-
HSV(B)175.76º48.3%69.02%-
XYZ27.136.1843.59-
YUV149.9139.3485.99-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.82%
GREEN value IS 176 (69.14% from 255) = 40.27%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=20.82%
G=40.27%
B=38.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911761700.4800.030.31175.7634.9852.35
Hex5BB0AA30031Fb02334
Octal1332602526003372604364
Binary101101110110000101010101100000111111110110000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,176,170); }

 H1.HeaderClassName
 {
   color: #5BB0AA;
 }
 .AnyTagClassName
 {
   color: #5BB0AA;
 }
</style>
background-color css

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

 a { background-color: rgb(91,176,170); }

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

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

 span { border-color: rgb(91,176,170); }

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