Shades of Fountain Blue #5BAEAC
Tints of Fountain Blue #5BAEAC
RGB
CMYK
RGB Variations
Color information
#5BAEAC (or 0x5BAEAC) is known color: Fountain Blue. HEX triplet: 5B, AE and AC. RGB value is (91,174,172). Sum of RGB (Red+Green+Blue) = 91+174+172=437 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.82% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAEAC is #A45153. Grayscale: #949494. Windows color (decimal): -10768724 or 11316827. OLE color: 11316827.
HSL color Cylindrical-coordinate representation of color #5BAEAC: hue angle of 178.55º 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 #5BAEAC is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 172 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.32 |
| HSL | 178.55º | 0.34% | 0.52% | - |
| HSV(B) | 178.55º | 0.48% | 0.68% | - |
| XYZ | 26.9 | 35.47 | 44.46 | - |
| YUV | 148.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 172 | 0.48 | 0 | 0.01 | 0.32 | 178.55 | 0.34 | 0.52 |
| Hex | 5B | AE | AC | 30 | 0 | 1 | 20 | B3 | 22 | 34 |
| Octal | 133 | 256 | 254 | 60 | 0 | 1 | 40 | 263 | 42 | 64 |
| Binary | 1011011 | 10101110 | 10101100 | 110000 | 0 | 1 | 100000 | 10110011 | 100010 | 110100 |
Color Harmonies of #5BAEAC
Complementary color
Monochromatic Colors of #5BAEAC
Black with #5BAEAC
Text Example
Text Example
White with #5BAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAEAC; }
p { color: rgb(91,174,172); }
H1.HeaderClassName
{
color: #5BAEAC;
}
.AnyTagClassName
{
color: #5BAEAC;
}
</style>
background-color css
<style>
a { background-color: #5BAEAC; }
a { background-color: rgb(91,174,172); }
div.DivClassName
{
background-color: #5BAEAC;
}
.BgClassName
{
background-color: #5BAEAC;
}
</style>
border-color css
<style>
span { border-color: #5BAEAC; }
span { border-color: rgb(91,174,172); }
td.TdClassName
{
border-color: #5BAEAC;
}
.TagClassName
{
border-color: #5BAEAC;
}
</style>