Shades of Fountain Blue #5ABABE
Tints of Fountain Blue #5ABABE
RGB
CMYK
RGB Variations
Color information
#5ABABE (or 0x5ABABE) is known color: Fountain Blue. HEX triplet: 5A, BA and BE. RGB value is (90,186,190). Sum of RGB (Red+Green+Blue) = 90+186+190=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #5ABABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABABE is #A54541. Grayscale: #9D9D9D. Windows color (decimal): -10831170 or 12499546. OLE color: 12499546.
HSL color Cylindrical-coordinate representation of color #5ABABE: hue angle of 182.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABABE is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 186 | 190 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.25 |
| HSL | 182.4º | 0.43% | 0.55% | - |
| HSV(B) | 182.4º | 0.53% | 0.75% | - |
| XYZ | 31.07 | 41.01 | 54.99 | - |
| YUV | 157.75 | 146.2 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 190 | 0.53 | 0.02 | 0 | 0.25 | 182.4 | 0.43 | 0.55 |
| Hex | 5A | BA | BE | 35 | 2 | 0 | 19 | B6 | 2B | 37 |
| Octal | 132 | 272 | 276 | 65 | 2 | 0 | 31 | 266 | 53 | 67 |
| Binary | 1011010 | 10111010 | 10111110 | 110101 | 10 | 0 | 11001 | 10110110 | 101011 | 110111 |
Color Harmonies of #5ABABE
Complementary color
Monochromatic Colors of #5ABABE
Black with #5ABABE
Text Example
Text Example
White with #5ABABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABABE; }
p { color: rgb(90,186,190); }
H1.HeaderClassName
{
color: #5ABABE;
}
.AnyTagClassName
{
color: #5ABABE;
}
</style>
background-color css
<style>
a { background-color: #5ABABE; }
a { background-color: rgb(90,186,190); }
div.DivClassName
{
background-color: #5ABABE;
}
.BgClassName
{
background-color: #5ABABE;
}
</style>
border-color css
<style>
span { border-color: #5ABABE; }
span { border-color: rgb(90,186,190); }
td.TdClassName
{
border-color: #5ABABE;
}
.TagClassName
{
border-color: #5ABABE;
}
</style>