Shades of Fountain Blue #5ABCB5
Tints of Fountain Blue #5ABCB5
RGB
CMYK
RGB Variations
Color information
#5ABCB5 (or 0x5ABCB5) is known color: Fountain Blue. HEX triplet: 5A, BC and B5. RGB value is (90,188,181). Sum of RGB (Red+Green+Blue) = 90+188+181=459 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.61% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCB5 is #A5434A. Grayscale: #9D9D9D. Windows color (decimal): -10830667 or 11910234. OLE color: 11910234.
HSL color Cylindrical-coordinate representation of color #5ABCB5: hue angle of 175.71º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABCB5 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 181 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.26 |
| HSL | 175.71º | 0.42% | 0.55% | - |
| HSV(B) | 175.71º | 0.52% | 0.74% | - |
| XYZ | 30.54 | 41.48 | 50.11 | - |
| YUV | 157.9 | 141.03 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 181 | 0.52 | 0 | 0.04 | 0.26 | 175.71 | 0.42 | 0.55 |
| Hex | 5A | BC | B5 | 34 | 0 | 4 | 1A | B0 | 2A | 37 |
| Octal | 132 | 274 | 265 | 64 | 0 | 4 | 32 | 260 | 52 | 67 |
| Binary | 1011010 | 10111100 | 10110101 | 110100 | 0 | 100 | 11010 | 10110000 | 101010 | 110111 |
Color Harmonies of #5ABCB5
Complementary color
Monochromatic Colors of #5ABCB5
Black with #5ABCB5
Text Example
Text Example
White with #5ABCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCB5; }
p { color: rgb(90,188,181); }
H1.HeaderClassName
{
color: #5ABCB5;
}
.AnyTagClassName
{
color: #5ABCB5;
}
</style>
background-color css
<style>
a { background-color: #5ABCB5; }
a { background-color: rgb(90,188,181); }
div.DivClassName
{
background-color: #5ABCB5;
}
.BgClassName
{
background-color: #5ABCB5;
}
</style>
border-color css
<style>
span { border-color: #5ABCB5; }
span { border-color: rgb(90,188,181); }
td.TdClassName
{
border-color: #5ABCB5;
}
.TagClassName
{
border-color: #5ABCB5;
}
</style>