Shades of Aquamarine #5DFDDA
Tints of Aquamarine #5DFDDA
RGB
CMYK
RGB Variations
Color information
#5DFDDA (or 0x5DFDDA) is known color: Aquamarine. HEX triplet: 5D, FD and DA. RGB value is (93,253,218). Sum of RGB (Red+Green+Blue) = 93+253+218=564 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.49% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFDDA is #A20225. Grayscale: #C9C9C9. Windows color (decimal): -10617382 or 14351709. OLE color: 14351709.
HSL color Cylindrical-coordinate representation of color #5DFDDA: hue angle of 166.88º 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 #5DFDDA is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 253 | 218 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.01 |
| HSL | 166.88º | 0.98% | 0.68% | - |
| HSV(B) | 166.88º | 0.63% | 0.99% | - |
| XYZ | 52.29 | 77.64 | 78.56 | - |
| YUV | 201.17 | 137.49 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 253 | 218 | 0.63 | 0 | 0.14 | 0.01 | 166.88 | 0.98 | 0.68 |
| Hex | 5D | FD | DA | 3F | 0 | E | 1 | A7 | 62 | 44 |
| Octal | 135 | 375 | 332 | 77 | 0 | 16 | 1 | 247 | 142 | 104 |
| Binary | 1011101 | 11111101 | 11011010 | 111111 | 0 | 1110 | 1 | 10100111 | 1100010 | 1000100 |
Color Harmonies of #5DFDDA
Complementary color
Monochromatic Colors of #5DFDDA
Black with #5DFDDA
Text Example
Text Example
White with #5DFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFDDA; }
p { color: rgb(93,253,218); }
H1.HeaderClassName
{
color: #5DFDDA;
}
.AnyTagClassName
{
color: #5DFDDA;
}
</style>
background-color css
<style>
a { background-color: #5DFDDA; }
a { background-color: rgb(93,253,218); }
div.DivClassName
{
background-color: #5DFDDA;
}
.BgClassName
{
background-color: #5DFDDA;
}
</style>
border-color css
<style>
span { border-color: #5DFDDA; }
span { border-color: rgb(93,253,218); }
td.TdClassName
{
border-color: #5DFDDA;
}
.TagClassName
{
border-color: #5DFDDA;
}
</style>