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