Shades of Medium Aquamarine #5DDFAB
Tints of Medium Aquamarine #5DDFAB
RGB
CMYK
RGB Variations
Color information
#5DDFAB (or 0x5DDFAB) is known color: Medium Aquamarine. HEX triplet: 5D, DF and AB. RGB value is (93,223,171). Sum of RGB (Red+Green+Blue) = 93+223+171=487 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.10% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDFAB is #A22054. Grayscale: #B2B2B2. Windows color (decimal): -10625109 or 11263837. OLE color: 11263837.
HSL color Cylindrical-coordinate representation of color #5DDFAB: hue angle of 156º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDFAB is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 223 | 171 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.13 |
| HSL | 156º | 0.67% | 0.62% | - |
| HSV(B) | 156º | 0.58% | 0.87% | - |
| XYZ | 38.25 | 58.04 | 47.72 | - |
| YUV | 178.2 | 123.93 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 223 | 171 | 0.58 | 0 | 0.23 | 0.13 | 156 | 0.67 | 0.62 |
| Hex | 5D | DF | AB | 3A | 0 | 17 | D | 9C | 43 | 3E |
| Octal | 135 | 337 | 253 | 72 | 0 | 27 | 15 | 234 | 103 | 76 |
| Binary | 1011101 | 11011111 | 10101011 | 111010 | 0 | 10111 | 1101 | 10011100 | 1000011 | 111110 |
Color Harmonies of #5DDFAB
Complementary color
Monochromatic Colors of #5DDFAB
Black with #5DDFAB
Text Example
Text Example
White with #5DDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDFAB; }
p { color: rgb(93,223,171); }
H1.HeaderClassName
{
color: #5DDFAB;
}
.AnyTagClassName
{
color: #5DDFAB;
}
</style>
background-color css
<style>
a { background-color: #5DDFAB; }
a { background-color: rgb(93,223,171); }
div.DivClassName
{
background-color: #5DDFAB;
}
.BgClassName
{
background-color: #5DDFAB;
}
</style>
border-color css
<style>
span { border-color: #5DDFAB; }
span { border-color: rgb(93,223,171); }
td.TdClassName
{
border-color: #5DDFAB;
}
.TagClassName
{
border-color: #5DDFAB;
}
</style>