Shades of Aquamarine #5DFDD7
Tints of Aquamarine #5DFDD7
RGB
CMYK
RGB Variations
Color information
#5DFDD7 (or 0x5DFDD7) is known color: Aquamarine. HEX triplet: 5D, FD and D7. RGB value is (93,253,215). Sum of RGB (Red+Green+Blue) = 93+253+215=561 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.58% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFDD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFDD7 is #A20228. Grayscale: #C8C8C8. Windows color (decimal): -10617385 or 14155101. OLE color: 14155101.
HSL color Cylindrical-coordinate representation of color #5DFDD7: hue angle of 165.75º 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 #5DFDD7 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 253 | 215 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.01 |
| HSL | 165.75º | 0.98% | 0.68% | - |
| HSV(B) | 165.75º | 0.63% | 0.99% | - |
| XYZ | 51.91 | 77.48 | 76.51 | - |
| YUV | 200.83 | 135.99 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 253 | 215 | 0.63 | 0 | 0.15 | 0.01 | 165.75 | 0.98 | 0.68 |
| Hex | 5D | FD | D7 | 3F | 0 | F | 1 | A6 | 62 | 44 |
| Octal | 135 | 375 | 327 | 77 | 0 | 17 | 1 | 246 | 142 | 104 |
| Binary | 1011101 | 11111101 | 11010111 | 111111 | 0 | 1111 | 1 | 10100110 | 1100010 | 1000100 |
Color Harmonies of #5DFDD7
Complementary color
Monochromatic Colors of #5DFDD7
Black with #5DFDD7
Text Example
Text Example
White with #5DFDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFDD7; }
p { color: rgb(93,253,215); }
H1.HeaderClassName
{
color: #5DFDD7;
}
.AnyTagClassName
{
color: #5DFDD7;
}
</style>
background-color css
<style>
a { background-color: #5DFDD7; }
a { background-color: rgb(93,253,215); }
div.DivClassName
{
background-color: #5DFDD7;
}
.BgClassName
{
background-color: #5DFDD7;
}
</style>
border-color css
<style>
span { border-color: #5DFDD7; }
span { border-color: rgb(93,253,215); }
td.TdClassName
{
border-color: #5DFDD7;
}
.TagClassName
{
border-color: #5DFDD7;
}
</style>