Shades of Fountain Blue #5DBFBA
Tints of Fountain Blue #5DBFBA
RGB
CMYK
RGB Variations
Color information
#5DBFBA (or 0x5DBFBA) is known color: Fountain Blue. HEX triplet: 5D, BF and BA. RGB value is (93,191,186). Sum of RGB (Red+Green+Blue) = 93+191+186=470 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.79% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBFBA is #A24045. Grayscale: #A1A1A1. Windows color (decimal): -10633286 or 12238685. OLE color: 12238685.
HSL color Cylindrical-coordinate representation of color #5DBFBA: hue angle of 176.94º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBFBA is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 186 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.25 |
| HSL | 176.94º | 0.43% | 0.56% | - |
| HSV(B) | 176.94º | 0.51% | 0.75% | - |
| XYZ | 32.01 | 43.13 | 53.09 | - |
| YUV | 161.13 | 142.03 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 186 | 0.51 | 0 | 0.03 | 0.25 | 176.94 | 0.43 | 0.56 |
| Hex | 5D | BF | BA | 33 | 0 | 3 | 19 | B1 | 2B | 38 |
| Octal | 135 | 277 | 272 | 63 | 0 | 3 | 31 | 261 | 53 | 70 |
| Binary | 1011101 | 10111111 | 10111010 | 110011 | 0 | 11 | 11001 | 10110001 | 101011 | 111000 |
Color Harmonies of #5DBFBA
Complementary color
Monochromatic Colors of #5DBFBA
Black with #5DBFBA
Text Example
Text Example
White with #5DBFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFBA; }
p { color: rgb(93,191,186); }
H1.HeaderClassName
{
color: #5DBFBA;
}
.AnyTagClassName
{
color: #5DBFBA;
}
</style>
background-color css
<style>
a { background-color: #5DBFBA; }
a { background-color: rgb(93,191,186); }
div.DivClassName
{
background-color: #5DBFBA;
}
.BgClassName
{
background-color: #5DBFBA;
}
</style>
border-color css
<style>
span { border-color: #5DBFBA; }
span { border-color: rgb(93,191,186); }
td.TdClassName
{
border-color: #5DBFBA;
}
.TagClassName
{
border-color: #5DBFBA;
}
</style>