Shades of Fountain Blue #5DB0AB
Tints of Fountain Blue #5DB0AB
RGB
CMYK
RGB Variations
Color information
#5DB0AB (or 0x5DB0AB) is known color: Fountain Blue. HEX triplet: 5D, B0 and AB. RGB value is (93,176,171). Sum of RGB (Red+Green+Blue) = 93+176+171=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB0AB is #A24F54. Grayscale: #969696. Windows color (decimal): -10637141 or 11251805. OLE color: 11251805.
HSL color Cylindrical-coordinate representation of color #5DB0AB: hue angle of 176.39º 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 #5DB0AB is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 171 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.31 |
| HSL | 176.39º | 0.34% | 0.53% | - |
| HSV(B) | 176.39º | 0.47% | 0.69% | - |
| XYZ | 27.39 | 36.32 | 44.09 | - |
| YUV | 150.61 | 139.5 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 171 | 0.47 | 0 | 0.03 | 0.31 | 176.39 | 0.34 | 0.53 |
| Hex | 5D | B0 | AB | 2F | 0 | 3 | 1F | B0 | 22 | 35 |
| Octal | 135 | 260 | 253 | 57 | 0 | 3 | 37 | 260 | 42 | 65 |
| Binary | 1011101 | 10110000 | 10101011 | 101111 | 0 | 11 | 11111 | 10110000 | 100010 | 110101 |
Color Harmonies of #5DB0AB
Complementary color
Monochromatic Colors of #5DB0AB
Black with #5DB0AB
Text Example
Text Example
White with #5DB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB0AB; }
p { color: rgb(93,176,171); }
H1.HeaderClassName
{
color: #5DB0AB;
}
.AnyTagClassName
{
color: #5DB0AB;
}
</style>
background-color css
<style>
a { background-color: #5DB0AB; }
a { background-color: rgb(93,176,171); }
div.DivClassName
{
background-color: #5DB0AB;
}
.BgClassName
{
background-color: #5DB0AB;
}
</style>
border-color css
<style>
span { border-color: #5DB0AB; }
span { border-color: rgb(93,176,171); }
td.TdClassName
{
border-color: #5DB0AB;
}
.TagClassName
{
border-color: #5DB0AB;
}
</style>