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