Shades of Fountain Blue #5ABEBA
Tints of Fountain Blue #5ABEBA
RGB
CMYK
RGB Variations
Color information
#5ABEBA (or 0x5ABEBA) is known color: Fountain Blue. HEX triplet: 5A, BE and BA. RGB value is (90,190,186). Sum of RGB (Red+Green+Blue) = 90+190+186=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABEBA is #A54145. Grayscale: #9F9F9F. Windows color (decimal): -10830150 or 12238426. OLE color: 12238426.
HSL color Cylindrical-coordinate representation of color #5ABEBA: hue angle of 177.6º 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 #5ABEBA is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 190 | 186 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.25 |
| HSL | 177.6º | 0.43% | 0.55% | - |
| HSV(B) | 177.6º | 0.53% | 0.75% | - |
| XYZ | 31.49 | 42.55 | 53.01 | - |
| YUV | 159.64 | 142.87 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 186 | 0.53 | 0 | 0.02 | 0.25 | 177.6 | 0.43 | 0.55 |
| Hex | 5A | BE | BA | 35 | 0 | 2 | 19 | B2 | 2B | 37 |
| Octal | 132 | 276 | 272 | 65 | 0 | 2 | 31 | 262 | 53 | 67 |
| Binary | 1011010 | 10111110 | 10111010 | 110101 | 0 | 10 | 11001 | 10110010 | 101011 | 110111 |
Color Harmonies of #5ABEBA
Complementary color
Monochromatic Colors of #5ABEBA
Black with #5ABEBA
Text Example
Text Example
White with #5ABEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABEBA; }
p { color: rgb(90,190,186); }
H1.HeaderClassName
{
color: #5ABEBA;
}
.AnyTagClassName
{
color: #5ABEBA;
}
</style>
background-color css
<style>
a { background-color: #5ABEBA; }
a { background-color: rgb(90,190,186); }
div.DivClassName
{
background-color: #5ABEBA;
}
.BgClassName
{
background-color: #5ABEBA;
}
</style>
border-color css
<style>
span { border-color: #5ABEBA; }
span { border-color: rgb(90,190,186); }
td.TdClassName
{
border-color: #5ABEBA;
}
.TagClassName
{
border-color: #5ABEBA;
}
</style>