Shades of Fountain Blue #5ABFBD
Tints of Fountain Blue #5ABFBD
RGB
CMYK
RGB Variations
Color information
#5ABFBD (or 0x5ABFBD) is known color: Fountain Blue. HEX triplet: 5A, BF and BD. RGB value is (90,191,189). Sum of RGB (Red+Green+Blue) = 90+191+189=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABFBD is #A54042. Grayscale: #A0A0A0. Windows color (decimal): -10829891 or 12435290. OLE color: 12435290.
HSL color Cylindrical-coordinate representation of color #5ABFBD: hue angle of 178.81º degrees, saturation: 0.44, 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 #5ABFBD is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 189 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.25 |
| HSL | 178.81º | 0.44% | 0.55% | - |
| HSV(B) | 178.81º | 0.53% | 0.75% | - |
| XYZ | 32.03 | 43.11 | 54.78 | - |
| YUV | 160.57 | 144.04 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 189 | 0.53 | 0 | 0.01 | 0.25 | 178.81 | 0.44 | 0.55 |
| Hex | 5A | BF | BD | 35 | 0 | 1 | 19 | B3 | 2C | 37 |
| Octal | 132 | 277 | 275 | 65 | 0 | 1 | 31 | 263 | 54 | 67 |
| Binary | 1011010 | 10111111 | 10111101 | 110101 | 0 | 1 | 11001 | 10110011 | 101100 | 110111 |
Color Harmonies of #5ABFBD
Complementary color
Monochromatic Colors of #5ABFBD
Black with #5ABFBD
Text Example
Text Example
White with #5ABFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFBD; }
p { color: rgb(90,191,189); }
H1.HeaderClassName
{
color: #5ABFBD;
}
.AnyTagClassName
{
color: #5ABFBD;
}
</style>
background-color css
<style>
a { background-color: #5ABFBD; }
a { background-color: rgb(90,191,189); }
div.DivClassName
{
background-color: #5ABFBD;
}
.BgClassName
{
background-color: #5ABFBD;
}
</style>
border-color css
<style>
span { border-color: #5ABFBD; }
span { border-color: rgb(90,191,189); }
td.TdClassName
{
border-color: #5ABFBD;
}
.TagClassName
{
border-color: #5ABFBD;
}
</style>