Shades of Aquamarine #5DFDD9
Tints of Aquamarine #5DFDD9
RGB
CMYK
RGB Variations
Color information
#5DFDD9 (or 0x5DFDD9) is known color: Aquamarine. HEX triplet: 5D, FD and D9. RGB value is (93,253,217). Sum of RGB (Red+Green+Blue) = 93+253+217=563 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.52% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFDD9 is #A20226. Grayscale: #C9C9C9. Windows color (decimal): -10617383 or 14286173. OLE color: 14286173.
HSL color Cylindrical-coordinate representation of color #5DFDD9: hue angle of 166.5º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFDD9 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 253 | 217 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.01 |
| HSL | 166.5º | 0.98% | 0.68% | - |
| HSV(B) | 166.5º | 0.63% | 0.99% | - |
| XYZ | 52.16 | 77.59 | 77.87 | - |
| YUV | 201.06 | 136.99 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 253 | 217 | 0.63 | 0 | 0.14 | 0.01 | 166.5 | 0.98 | 0.68 |
| Hex | 5D | FD | D9 | 3F | 0 | E | 1 | A6 | 62 | 44 |
| Octal | 135 | 375 | 331 | 77 | 0 | 16 | 1 | 246 | 142 | 104 |
| Binary | 1011101 | 11111101 | 11011001 | 111111 | 0 | 1110 | 1 | 10100110 | 1100010 | 1000100 |
Color Harmonies of #5DFDD9
Complementary color
Monochromatic Colors of #5DFDD9
Black with #5DFDD9
Text Example
Text Example
White with #5DFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFDD9; }
p { color: rgb(93,253,217); }
H1.HeaderClassName
{
color: #5DFDD9;
}
.AnyTagClassName
{
color: #5DFDD9;
}
</style>
background-color css
<style>
a { background-color: #5DFDD9; }
a { background-color: rgb(93,253,217); }
div.DivClassName
{
background-color: #5DFDD9;
}
.BgClassName
{
background-color: #5DFDD9;
}
</style>
border-color css
<style>
span { border-color: #5DFDD9; }
span { border-color: rgb(93,253,217); }
td.TdClassName
{
border-color: #5DFDD9;
}
.TagClassName
{
border-color: #5DFDD9;
}
</style>