Shades of Fountain Blue #5ABCB6
Tints of Fountain Blue #5ABCB6
RGB
CMYK
RGB Variations
Color information
#5ABCB6 (or 0x5ABCB6) is known color: Fountain Blue. HEX triplet: 5A, BC and B6. RGB value is (90,188,182). Sum of RGB (Red+Green+Blue) = 90+188+182=460 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.57% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCB6 is #A54349. Grayscale: #9D9D9D. Windows color (decimal): -10830666 or 11975770. OLE color: 11975770.
HSL color Cylindrical-coordinate representation of color #5ABCB6: hue angle of 176.33º degrees, saturation: 0.42, 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 #5ABCB6 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 182 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.26 |
| HSL | 176.33º | 0.42% | 0.55% | - |
| HSV(B) | 176.33º | 0.52% | 0.74% | - |
| XYZ | 30.64 | 41.52 | 50.65 | - |
| YUV | 158.01 | 141.53 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 182 | 0.52 | 0 | 0.03 | 0.26 | 176.33 | 0.42 | 0.55 |
| Hex | 5A | BC | B6 | 34 | 0 | 3 | 1A | B0 | 2A | 37 |
| Octal | 132 | 274 | 266 | 64 | 0 | 3 | 32 | 260 | 52 | 67 |
| Binary | 1011010 | 10111100 | 10110110 | 110100 | 0 | 11 | 11010 | 10110000 | 101010 | 110111 |
Color Harmonies of #5ABCB6
Complementary color
Monochromatic Colors of #5ABCB6
Black with #5ABCB6
Text Example
Text Example
White with #5ABCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCB6; }
p { color: rgb(90,188,182); }
H1.HeaderClassName
{
color: #5ABCB6;
}
.AnyTagClassName
{
color: #5ABCB6;
}
</style>
background-color css
<style>
a { background-color: #5ABCB6; }
a { background-color: rgb(90,188,182); }
div.DivClassName
{
background-color: #5ABCB6;
}
.BgClassName
{
background-color: #5ABCB6;
}
</style>
border-color css
<style>
span { border-color: #5ABCB6; }
span { border-color: rgb(90,188,182); }
td.TdClassName
{
border-color: #5ABCB6;
}
.TagClassName
{
border-color: #5ABCB6;
}
</style>