Shades of Fountain Blue #5ABAB8
Tints of Fountain Blue #5ABAB8
RGB
CMYK
RGB Variations
Color information
#5ABAB8 (or 0x5ABAB8) is known color: Fountain Blue. HEX triplet: 5A, BA and B8. RGB value is (90,186,184). Sum of RGB (Red+Green+Blue) = 90+186+184=460 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.57% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABAB8 is #A54547. Grayscale: #9C9C9C. Windows color (decimal): -10831176 or 12106330. OLE color: 12106330.
HSL color Cylindrical-coordinate representation of color #5ABAB8: hue angle of 178.75º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABAB8 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 186 | 184 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.27 |
| HSL | 178.75º | 0.41% | 0.54% | - |
| HSV(B) | 178.75º | 0.52% | 0.73% | - |
| XYZ | 30.43 | 40.75 | 51.61 | - |
| YUV | 157.07 | 143.2 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 184 | 0.52 | 0 | 0.01 | 0.27 | 178.75 | 0.41 | 0.54 |
| Hex | 5A | BA | B8 | 34 | 0 | 1 | 1B | B3 | 29 | 36 |
| Octal | 132 | 272 | 270 | 64 | 0 | 1 | 33 | 263 | 51 | 66 |
| Binary | 1011010 | 10111010 | 10111000 | 110100 | 0 | 1 | 11011 | 10110011 | 101001 | 110110 |
Color Harmonies of #5ABAB8
Complementary color
Monochromatic Colors of #5ABAB8
Black with #5ABAB8
Text Example
Text Example
White with #5ABAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABAB8; }
p { color: rgb(90,186,184); }
H1.HeaderClassName
{
color: #5ABAB8;
}
.AnyTagClassName
{
color: #5ABAB8;
}
</style>
background-color css
<style>
a { background-color: #5ABAB8; }
a { background-color: rgb(90,186,184); }
div.DivClassName
{
background-color: #5ABAB8;
}
.BgClassName
{
background-color: #5ABAB8;
}
</style>
border-color css
<style>
span { border-color: #5ABAB8; }
span { border-color: rgb(90,186,184); }
td.TdClassName
{
border-color: #5ABAB8;
}
.TagClassName
{
border-color: #5ABAB8;
}
</style>