Shades of Fountain Blue #5ABFBC
Tints of Fountain Blue #5ABFBC
RGB
CMYK
RGB Variations
Color information
#5ABFBC (or 0x5ABFBC) is known color: Fountain Blue. HEX triplet: 5A, BF and BC. RGB value is (90,191,188). Sum of RGB (Red+Green+Blue) = 90+191+188=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABFBC is #A54043. Grayscale: #A0A0A0. Windows color (decimal): -10829892 or 12369754. OLE color: 12369754.
HSL color Cylindrical-coordinate representation of color #5ABFBC: hue angle of 178.22º degrees, saturation: 0.44, 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 #5ABFBC is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 188 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.25 |
| HSL | 178.22º | 0.44% | 0.55% | - |
| HSV(B) | 178.22º | 0.53% | 0.75% | - |
| XYZ | 31.92 | 43.07 | 54.21 | - |
| YUV | 160.46 | 143.54 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 188 | 0.53 | 0 | 0.02 | 0.25 | 178.22 | 0.44 | 0.55 |
| Hex | 5A | BF | BC | 35 | 0 | 2 | 19 | B2 | 2C | 37 |
| Octal | 132 | 277 | 274 | 65 | 0 | 2 | 31 | 262 | 54 | 67 |
| Binary | 1011010 | 10111111 | 10111100 | 110101 | 0 | 10 | 11001 | 10110010 | 101100 | 110111 |
Color Harmonies of #5ABFBC
Complementary color
Monochromatic Colors of #5ABFBC
Black with #5ABFBC
Text Example
Text Example
White with #5ABFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFBC; }
p { color: rgb(90,191,188); }
H1.HeaderClassName
{
color: #5ABFBC;
}
.AnyTagClassName
{
color: #5ABFBC;
}
</style>
background-color css
<style>
a { background-color: #5ABFBC; }
a { background-color: rgb(90,191,188); }
div.DivClassName
{
background-color: #5ABFBC;
}
.BgClassName
{
background-color: #5ABFBC;
}
</style>
border-color css
<style>
span { border-color: #5ABFBC; }
span { border-color: rgb(90,191,188); }
td.TdClassName
{
border-color: #5ABFBC;
}
.TagClassName
{
border-color: #5ABFBC;
}
</style>