Shades of Fountain Blue #5DB3AC
Tints of Fountain Blue #5DB3AC
RGB
CMYK
RGB Variations
Color information
#5DB3AC (or 0x5DB3AC) is known color: Fountain Blue. HEX triplet: 5D, B3 and AC. RGB value is (93,179,172). Sum of RGB (Red+Green+Blue) = 93+179+172=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB3AC is #A24C53. Grayscale: #989898. Windows color (decimal): -10636372 or 11318109. OLE color: 11318109.
HSL color Cylindrical-coordinate representation of color #5DB3AC: hue angle of 175.12º 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 #5DB3AC is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 172 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.30 |
| HSL | 175.12º | 0.36% | 0.53% | - |
| HSV(B) | 175.12º | 0.48% | 0.7% | - |
| XYZ | 28.08 | 37.55 | 44.8 | - |
| YUV | 152.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 172 | 0.48 | 0 | 0.04 | 0.30 | 175.12 | 0.36 | 0.53 |
| Hex | 5D | B3 | AC | 30 | 0 | 4 | 1E | AF | 24 | 35 |
| Octal | 135 | 263 | 254 | 60 | 0 | 4 | 36 | 257 | 44 | 65 |
| Binary | 1011101 | 10110011 | 10101100 | 110000 | 0 | 100 | 11110 | 10101111 | 100100 | 110101 |
Color Harmonies of #5DB3AC
Complementary color
Monochromatic Colors of #5DB3AC
Black with #5DB3AC
Text Example
Text Example
White with #5DB3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB3AC; }
p { color: rgb(93,179,172); }
H1.HeaderClassName
{
color: #5DB3AC;
}
.AnyTagClassName
{
color: #5DB3AC;
}
</style>
background-color css
<style>
a { background-color: #5DB3AC; }
a { background-color: rgb(93,179,172); }
div.DivClassName
{
background-color: #5DB3AC;
}
.BgClassName
{
background-color: #5DB3AC;
}
</style>
border-color css
<style>
span { border-color: #5DB3AC; }
span { border-color: rgb(93,179,172); }
td.TdClassName
{
border-color: #5DB3AC;
}
.TagClassName
{
border-color: #5DB3AC;
}
</style>