Shades of Fountain Blue #5AC0BE
Tints of Fountain Blue #5AC0BE
RGB
CMYK
RGB Variations
Color information
#5AC0BE (or 0x5AC0BE) is known color: Fountain Blue. HEX triplet: 5A, C0 and BE. RGB value is (90,192,190). Sum of RGB (Red+Green+Blue) = 90+192+190=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC0BE is #A53F41. Grayscale: #A1A1A1. Windows color (decimal): -10829634 or 12501082. OLE color: 12501082.
HSL color Cylindrical-coordinate representation of color #5AC0BE: hue angle of 178.82º degrees, saturation: 0.45, 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 #5AC0BE is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 190 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.25 |
| HSL | 178.82º | 0.45% | 0.55% | - |
| HSV(B) | 178.82º | 0.53% | 0.75% | - |
| XYZ | 32.36 | 43.59 | 55.42 | - |
| YUV | 161.27 | 144.21 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 190 | 0.53 | 0 | 0.01 | 0.25 | 178.82 | 0.45 | 0.55 |
| Hex | 5A | C0 | BE | 35 | 0 | 1 | 19 | B3 | 2D | 37 |
| Octal | 132 | 300 | 276 | 65 | 0 | 1 | 31 | 263 | 55 | 67 |
| Binary | 1011010 | 11000000 | 10111110 | 110101 | 0 | 1 | 11001 | 10110011 | 101101 | 110111 |
Color Harmonies of #5AC0BE
Complementary color
Monochromatic Colors of #5AC0BE
Black with #5AC0BE
Text Example
Text Example
White with #5AC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC0BE; }
p { color: rgb(90,192,190); }
H1.HeaderClassName
{
color: #5AC0BE;
}
.AnyTagClassName
{
color: #5AC0BE;
}
</style>
background-color css
<style>
a { background-color: #5AC0BE; }
a { background-color: rgb(90,192,190); }
div.DivClassName
{
background-color: #5AC0BE;
}
.BgClassName
{
background-color: #5AC0BE;
}
</style>
border-color css
<style>
span { border-color: #5AC0BE; }
span { border-color: rgb(90,192,190); }
td.TdClassName
{
border-color: #5AC0BE;
}
.TagClassName
{
border-color: #5AC0BE;
}
</style>