Shades of Fountain Blue #5DB2AD
Tints of Fountain Blue #5DB2AD
RGB
CMYK
RGB Variations
Color information
#5DB2AD (or 0x5DB2AD) is known color: Fountain Blue. HEX triplet: 5D, B2 and AD. RGB value is (93,178,173). Sum of RGB (Red+Green+Blue) = 93+178+173=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #5DB2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB2AD is #A24D52. Grayscale: #979797. Windows color (decimal): -10636627 or 11383389. OLE color: 11383389.
HSL color Cylindrical-coordinate representation of color #5DB2AD: hue angle of 176.47º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB2AD is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 178 | 173 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.30 |
| HSL | 176.47º | 0.36% | 0.53% | - |
| HSV(B) | 176.47º | 0.48% | 0.7% | - |
| XYZ | 27.98 | 37.19 | 45.24 | - |
| YUV | 152.02 | 139.84 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 178 | 173 | 0.48 | 0 | 0.03 | 0.30 | 176.47 | 0.36 | 0.53 |
| Hex | 5D | B2 | AD | 30 | 0 | 3 | 1E | B0 | 24 | 35 |
| Octal | 135 | 262 | 255 | 60 | 0 | 3 | 36 | 260 | 44 | 65 |
| Binary | 1011101 | 10110010 | 10101101 | 110000 | 0 | 11 | 11110 | 10110000 | 100100 | 110101 |
Color Harmonies of #5DB2AD
Complementary color
Monochromatic Colors of #5DB2AD
Black with #5DB2AD
Text Example
Text Example
White with #5DB2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB2AD; }
p { color: rgb(93,178,173); }
H1.HeaderClassName
{
color: #5DB2AD;
}
.AnyTagClassName
{
color: #5DB2AD;
}
</style>
background-color css
<style>
a { background-color: #5DB2AD; }
a { background-color: rgb(93,178,173); }
div.DivClassName
{
background-color: #5DB2AD;
}
.BgClassName
{
background-color: #5DB2AD;
}
</style>
border-color css
<style>
span { border-color: #5DB2AD; }
span { border-color: rgb(93,178,173); }
td.TdClassName
{
border-color: #5DB2AD;
}
.TagClassName
{
border-color: #5DB2AD;
}
</style>