Shades of Medium Aquamarine #5DDBAA
Tints of Medium Aquamarine #5DDBAA
RGB
CMYK
RGB Variations
Color information
#5DDBAA (or 0x5DDBAA) is known color: Medium Aquamarine. HEX triplet: 5D, DB and AA. RGB value is (93,219,170). Sum of RGB (Red+Green+Blue) = 93+219+170=482 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.29% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDBAA is #A22455. Grayscale: #AFAFAF. Windows color (decimal): -10626134 or 11197277. OLE color: 11197277.
HSL color Cylindrical-coordinate representation of color #5DDBAA: hue angle of 156.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDBAA is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 170 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.14 |
| HSL | 156.67º | 0.64% | 0.61% | - |
| HSV(B) | 156.67º | 0.58% | 0.86% | - |
| XYZ | 37.1 | 55.89 | 46.86 | - |
| YUV | 175.74 | 124.76 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 170 | 0.58 | 0 | 0.22 | 0.14 | 156.67 | 0.64 | 0.61 |
| Hex | 5D | DB | AA | 3A | 0 | 16 | E | 9D | 40 | 3D |
| Octal | 135 | 333 | 252 | 72 | 0 | 26 | 16 | 235 | 100 | 75 |
| Binary | 1011101 | 11011011 | 10101010 | 111010 | 0 | 10110 | 1110 | 10011101 | 1000000 | 111101 |
Color Harmonies of #5DDBAA
Complementary color
Monochromatic Colors of #5DDBAA
Black with #5DDBAA
Text Example
Text Example
White with #5DDBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDBAA; }
p { color: rgb(93,219,170); }
H1.HeaderClassName
{
color: #5DDBAA;
}
.AnyTagClassName
{
color: #5DDBAA;
}
</style>
background-color css
<style>
a { background-color: #5DDBAA; }
a { background-color: rgb(93,219,170); }
div.DivClassName
{
background-color: #5DDBAA;
}
.BgClassName
{
background-color: #5DDBAA;
}
</style>
border-color css
<style>
span { border-color: #5DDBAA; }
span { border-color: rgb(93,219,170); }
td.TdClassName
{
border-color: #5DDBAA;
}
.TagClassName
{
border-color: #5DDBAA;
}
</style>