Shades of Aquamarine #5DFFDF
Tints of Aquamarine #5DFFDF
RGB
CMYK
RGB Variations
Color information
#5DFFDF (or 0x5DFFDF) is known color: Aquamarine. HEX triplet: 5D, FF and DF. RGB value is (93,255,223). Sum of RGB (Red+Green+Blue) = 93+255+223=571 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.29% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFFDF is #A20020. Grayscale: #CACACA. Windows color (decimal): -10616865 or 14679901. OLE color: 14679901.
HSL color Cylindrical-coordinate representation of color #5DFFDF: hue angle of 168.15º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DFFDF is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 255 | 223 | - |
| CMYK | 0.64 | 0 | 0.13 | 0 |
| HSL | 168.15º | 1% | 0.68% | - |
| HSV(B) | 168.15º | 0.64% | 1% | - |
| XYZ | 53.59 | 79.17 | 82.27 | - |
| YUV | 202.91 | 139.33 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 255 | 223 | 0.64 | 0 | 0.13 | 0 | 168.15 | 1 | 0.68 |
| Hex | 5D | FF | DF | 40 | 0 | D | 0 | A8 | 64 | 44 |
| Octal | 135 | 377 | 337 | 100 | 0 | 15 | 0 | 250 | 144 | 104 |
| Binary | 1011101 | 11111111 | 11011111 | 1000000 | 0 | 1101 | 0 | 10101000 | 1100100 | 1000100 |
Color Harmonies of #5DFFDF
Complementary color
Monochromatic Colors of #5DFFDF
Black with #5DFFDF
Text Example
Text Example
White with #5DFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFFDF; }
p { color: rgb(93,255,223); }
H1.HeaderClassName
{
color: #5DFFDF;
}
.AnyTagClassName
{
color: #5DFFDF;
}
</style>
background-color css
<style>
a { background-color: #5DFFDF; }
a { background-color: rgb(93,255,223); }
div.DivClassName
{
background-color: #5DFFDF;
}
.BgClassName
{
background-color: #5DFFDF;
}
</style>
border-color css
<style>
span { border-color: #5DFFDF; }
span { border-color: rgb(93,255,223); }
td.TdClassName
{
border-color: #5DFFDF;
}
.TagClassName
{
border-color: #5DFFDF;
}
</style>