Shades of Fountain Blue #5BAEAB
Tints of Fountain Blue #5BAEAB
RGB
CMYK
RGB Variations
Color information
#5BAEAB (or 0x5BAEAB) is known color: Fountain Blue. HEX triplet: 5B, AE and AB. RGB value is (91,174,171). Sum of RGB (Red+Green+Blue) = 91+174+171=436 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.87% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAEAB is #A45154. Grayscale: #949494. Windows color (decimal): -10768725 or 11251291. OLE color: 11251291.
HSL color Cylindrical-coordinate representation of color #5BAEAB: hue angle of 177.83º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAEAB is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 171 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.32 |
| HSL | 177.83º | 0.34% | 0.52% | - |
| HSV(B) | 177.83º | 0.48% | 0.68% | - |
| XYZ | 26.8 | 35.44 | 43.96 | - |
| YUV | 148.84 | 140.5 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 171 | 0.48 | 0 | 0.02 | 0.32 | 177.83 | 0.34 | 0.52 |
| Hex | 5B | AE | AB | 30 | 0 | 2 | 20 | B2 | 22 | 34 |
| Octal | 133 | 256 | 253 | 60 | 0 | 2 | 40 | 262 | 42 | 64 |
| Binary | 1011011 | 10101110 | 10101011 | 110000 | 0 | 10 | 100000 | 10110010 | 100010 | 110100 |
Color Harmonies of #5BAEAB
Complementary color
Monochromatic Colors of #5BAEAB
Black with #5BAEAB
Text Example
Text Example
White with #5BAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAEAB; }
p { color: rgb(91,174,171); }
H1.HeaderClassName
{
color: #5BAEAB;
}
.AnyTagClassName
{
color: #5BAEAB;
}
</style>
background-color css
<style>
a { background-color: #5BAEAB; }
a { background-color: rgb(91,174,171); }
div.DivClassName
{
background-color: #5BAEAB;
}
.BgClassName
{
background-color: #5BAEAB;
}
</style>
border-color css
<style>
span { border-color: #5BAEAB; }
span { border-color: rgb(91,174,171); }
td.TdClassName
{
border-color: #5BAEAB;
}
.TagClassName
{
border-color: #5BAEAB;
}
</style>