Shades of Fountain Blue #5ABEB8
Tints of Fountain Blue #5ABEB8
RGB
CMYK
RGB Variations
Color information
#5ABEB8 (or 0x5ABEB8) is known color: Fountain Blue. HEX triplet: 5A, BE and B8. RGB value is (90,190,184). Sum of RGB (Red+Green+Blue) = 90+190+184=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABEB8 is #A54147. Grayscale: #9F9F9F. Windows color (decimal): -10830152 or 12107354. OLE color: 12107354.
HSL color Cylindrical-coordinate representation of color #5ABEB8: hue angle of 176.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 #5ABEB8 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 190 | 184 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.25 |
| HSL | 176.4º | 0.43% | 0.55% | - |
| HSV(B) | 176.4º | 0.53% | 0.75% | - |
| XYZ | 31.28 | 42.46 | 51.89 | - |
| YUV | 159.42 | 141.87 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 184 | 0.53 | 0 | 0.03 | 0.25 | 176.4 | 0.43 | 0.55 |
| Hex | 5A | BE | B8 | 35 | 0 | 3 | 19 | B0 | 2B | 37 |
| Octal | 132 | 276 | 270 | 65 | 0 | 3 | 31 | 260 | 53 | 67 |
| Binary | 1011010 | 10111110 | 10111000 | 110101 | 0 | 11 | 11001 | 10110000 | 101011 | 110111 |
Color Harmonies of #5ABEB8
Complementary color
Monochromatic Colors of #5ABEB8
Black with #5ABEB8
Text Example
Text Example
White with #5ABEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABEB8; }
p { color: rgb(90,190,184); }
H1.HeaderClassName
{
color: #5ABEB8;
}
.AnyTagClassName
{
color: #5ABEB8;
}
</style>
background-color css
<style>
a { background-color: #5ABEB8; }
a { background-color: rgb(90,190,184); }
div.DivClassName
{
background-color: #5ABEB8;
}
.BgClassName
{
background-color: #5ABEB8;
}
</style>
border-color css
<style>
span { border-color: #5ABEB8; }
span { border-color: rgb(90,190,184); }
td.TdClassName
{
border-color: #5ABEB8;
}
.TagClassName
{
border-color: #5ABEB8;
}
</style>