Shades of Medium Aquamarine #5DD1AC
Tints of Medium Aquamarine #5DD1AC
RGB
CMYK
RGB Variations
Color information
#5DD1AC (or 0x5DD1AC) is known color: Medium Aquamarine. HEX triplet: 5D, D1 and AC. RGB value is (93,209,172). Sum of RGB (Red+Green+Blue) = 93+209+172=474 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.62% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD1AC is #A22E53. Grayscale: #AAAAAA. Windows color (decimal): -10628692 or 11325789. OLE color: 11325789.
HSL color Cylindrical-coordinate representation of color #5DD1AC: hue angle of 160.86º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DD1AC is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 209 | 172 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.18 |
| HSL | 160.86º | 0.56% | 0.59% | - |
| HSV(B) | 160.86º | 0.56% | 0.82% | - |
| XYZ | 34.76 | 50.91 | 47.02 | - |
| YUV | 170.1 | 129.07 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 209 | 172 | 0.56 | 0 | 0.18 | 0.18 | 160.86 | 0.56 | 0.59 |
| Hex | 5D | D1 | AC | 38 | 0 | 12 | 12 | A1 | 38 | 3B |
| Octal | 135 | 321 | 254 | 70 | 0 | 22 | 22 | 241 | 70 | 73 |
| Binary | 1011101 | 11010001 | 10101100 | 111000 | 0 | 10010 | 10010 | 10100001 | 111000 | 111011 |
Color Harmonies of #5DD1AC
Complementary color
Monochromatic Colors of #5DD1AC
Black with #5DD1AC
Text Example
Text Example
White with #5DD1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD1AC; }
p { color: rgb(93,209,172); }
H1.HeaderClassName
{
color: #5DD1AC;
}
.AnyTagClassName
{
color: #5DD1AC;
}
</style>
background-color css
<style>
a { background-color: #5DD1AC; }
a { background-color: rgb(93,209,172); }
div.DivClassName
{
background-color: #5DD1AC;
}
.BgClassName
{
background-color: #5DD1AC;
}
</style>
border-color css
<style>
span { border-color: #5DD1AC; }
span { border-color: rgb(93,209,172); }
td.TdClassName
{
border-color: #5DD1AC;
}
.TagClassName
{
border-color: #5DD1AC;
}
</style>