Shades of Aquamarine #5DFDDD
Tints of Aquamarine #5DFDDD
RGB
CMYK
RGB Variations
Color information
#5DFDDD (or 0x5DFDDD) is known color: Aquamarine. HEX triplet: 5D, FD and DD. RGB value is (93,253,221). Sum of RGB (Red+Green+Blue) = 93+253+221=567 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.40% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFDDD is #A20222. Grayscale: #C9C9C9. Windows color (decimal): -10617379 or 14548317. OLE color: 14548317.
HSL color Cylindrical-coordinate representation of color #5DFDDD: hue angle of 168º 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 #5DFDDD is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 253 | 221 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.01 |
| HSL | 168º | 0.98% | 0.68% | - |
| HSV(B) | 168º | 0.63% | 0.99% | - |
| XYZ | 52.69 | 77.8 | 80.65 | - |
| YUV | 201.51 | 138.99 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 253 | 221 | 0.63 | 0 | 0.13 | 0.01 | 168 | 0.98 | 0.68 |
| Hex | 5D | FD | DD | 3F | 0 | D | 1 | A8 | 62 | 44 |
| Octal | 135 | 375 | 335 | 77 | 0 | 15 | 1 | 250 | 142 | 104 |
| Binary | 1011101 | 11111101 | 11011101 | 111111 | 0 | 1101 | 1 | 10101000 | 1100010 | 1000100 |
Color Harmonies of #5DFDDD
Complementary color
Monochromatic Colors of #5DFDDD
Black with #5DFDDD
Text Example
Text Example
White with #5DFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFDDD; }
p { color: rgb(93,253,221); }
H1.HeaderClassName
{
color: #5DFDDD;
}
.AnyTagClassName
{
color: #5DFDDD;
}
</style>
background-color css
<style>
a { background-color: #5DFDDD; }
a { background-color: rgb(93,253,221); }
div.DivClassName
{
background-color: #5DFDDD;
}
.BgClassName
{
background-color: #5DFDDD;
}
</style>
border-color css
<style>
span { border-color: #5DFDDD; }
span { border-color: rgb(93,253,221); }
td.TdClassName
{
border-color: #5DFDDD;
}
.TagClassName
{
border-color: #5DFDDD;
}
</style>