Shades of Fountain Blue #5ABFBE
Tints of Fountain Blue #5ABFBE
RGB
CMYK
RGB Variations
Color information
#5ABFBE (or 0x5ABFBE) is known color: Fountain Blue. HEX triplet: 5A, BF and BE. RGB value is (90,191,190). Sum of RGB (Red+Green+Blue) = 90+191+190=471 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.11% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABFBE is #A54041. Grayscale: #A0A0A0. Windows color (decimal): -10829890 or 12500826. OLE color: 12500826.
HSL color Cylindrical-coordinate representation of color #5ABFBE: hue angle of 179.41º 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 #5ABFBE is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 190 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.25 |
| HSL | 179.41º | 0.44% | 0.55% | - |
| HSV(B) | 179.41º | 0.53% | 0.75% | - |
| XYZ | 32.14 | 43.15 | 55.35 | - |
| YUV | 160.69 | 144.54 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 190 | 0.53 | 0 | 0.01 | 0.25 | 179.41 | 0.44 | 0.55 |
| Hex | 5A | BF | BE | 35 | 0 | 1 | 19 | B3 | 2C | 37 |
| Octal | 132 | 277 | 276 | 65 | 0 | 1 | 31 | 263 | 54 | 67 |
| Binary | 1011010 | 10111111 | 10111110 | 110101 | 0 | 1 | 11001 | 10110011 | 101100 | 110111 |
Color Harmonies of #5ABFBE
Complementary color
Monochromatic Colors of #5ABFBE
Black with #5ABFBE
Text Example
Text Example
White with #5ABFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFBE; }
p { color: rgb(90,191,190); }
H1.HeaderClassName
{
color: #5ABFBE;
}
.AnyTagClassName
{
color: #5ABFBE;
}
</style>
background-color css
<style>
a { background-color: #5ABFBE; }
a { background-color: rgb(90,191,190); }
div.DivClassName
{
background-color: #5ABFBE;
}
.BgClassName
{
background-color: #5ABFBE;
}
</style>
border-color css
<style>
span { border-color: #5ABFBE; }
span { border-color: rgb(90,191,190); }
td.TdClassName
{
border-color: #5ABFBE;
}
.TagClassName
{
border-color: #5ABFBE;
}
</style>