Shades of Fountain Blue #5ABDBC
Tints of Fountain Blue #5ABDBC
RGB
CMYK
RGB Variations
Color information
#5ABDBC (or 0x5ABDBC) is known color: Fountain Blue. HEX triplet: 5A, BD and BC. RGB value is (90,189,188). Sum of RGB (Red+Green+Blue) = 90+189+188=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDBC is #A54243. Grayscale: #9F9F9F. Windows color (decimal): -10830404 or 12369242. OLE color: 12369242.
HSL color Cylindrical-coordinate representation of color #5ABDBC: hue angle of 179.39º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABDBC is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 188 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.26 |
| HSL | 179.39º | 0.43% | 0.55% | - |
| HSV(B) | 179.39º | 0.52% | 0.74% | - |
| XYZ | 31.49 | 42.2 | 54.06 | - |
| YUV | 159.29 | 144.2 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 188 | 0.52 | 0 | 0.01 | 0.26 | 179.39 | 0.43 | 0.55 |
| Hex | 5A | BD | BC | 34 | 0 | 1 | 1A | B3 | 2B | 37 |
| Octal | 132 | 275 | 274 | 64 | 0 | 1 | 32 | 263 | 53 | 67 |
| Binary | 1011010 | 10111101 | 10111100 | 110100 | 0 | 1 | 11010 | 10110011 | 101011 | 110111 |
Color Harmonies of #5ABDBC
Complementary color
Monochromatic Colors of #5ABDBC
Black with #5ABDBC
Text Example
Text Example
White with #5ABDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDBC; }
p { color: rgb(90,189,188); }
H1.HeaderClassName
{
color: #5ABDBC;
}
.AnyTagClassName
{
color: #5ABDBC;
}
</style>
background-color css
<style>
a { background-color: #5ABDBC; }
a { background-color: rgb(90,189,188); }
div.DivClassName
{
background-color: #5ABDBC;
}
.BgClassName
{
background-color: #5ABDBC;
}
</style>
border-color css
<style>
span { border-color: #5ABDBC; }
span { border-color: rgb(90,189,188); }
td.TdClassName
{
border-color: #5ABDBC;
}
.TagClassName
{
border-color: #5ABDBC;
}
</style>