Shades of Fountain Blue #5DB0AC
Tints of Fountain Blue #5DB0AC
RGB
CMYK
RGB Variations
Color information
#5DB0AC (or 0x5DB0AC) is known color: Fountain Blue. HEX triplet: 5D, B0 and AC. RGB value is (93,176,172). Sum of RGB (Red+Green+Blue) = 93+176+172=441 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.09% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB0AC is #A24F53. Grayscale: #969696. Windows color (decimal): -10637140 or 11317341. OLE color: 11317341.
HSL color Cylindrical-coordinate representation of color #5DB0AC: hue angle of 177.11º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DB0AC is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 172 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.31 |
| HSL | 177.11º | 0.34% | 0.53% | - |
| HSV(B) | 177.11º | 0.47% | 0.69% | - |
| XYZ | 27.49 | 36.36 | 44.6 | - |
| YUV | 150.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 172 | 0.47 | 0 | 0.02 | 0.31 | 177.11 | 0.34 | 0.53 |
| Hex | 5D | B0 | AC | 2F | 0 | 2 | 1F | B1 | 22 | 35 |
| Octal | 135 | 260 | 254 | 57 | 0 | 2 | 37 | 261 | 42 | 65 |
| Binary | 1011101 | 10110000 | 10101100 | 101111 | 0 | 10 | 11111 | 10110001 | 100010 | 110101 |
Color Harmonies of #5DB0AC
Complementary color
Monochromatic Colors of #5DB0AC
Black with #5DB0AC
Text Example
Text Example
White with #5DB0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB0AC; }
p { color: rgb(93,176,172); }
H1.HeaderClassName
{
color: #5DB0AC;
}
.AnyTagClassName
{
color: #5DB0AC;
}
</style>
background-color css
<style>
a { background-color: #5DB0AC; }
a { background-color: rgb(93,176,172); }
div.DivClassName
{
background-color: #5DB0AC;
}
.BgClassName
{
background-color: #5DB0AC;
}
</style>
border-color css
<style>
span { border-color: #5DB0AC; }
span { border-color: rgb(93,176,172); }
td.TdClassName
{
border-color: #5DB0AC;
}
.TagClassName
{
border-color: #5DB0AC;
}
</style>