Shades of Aquamarine #5EFCDA
Tints of Aquamarine #5EFCDA
RGB
CMYK
RGB Variations
Color information
#5EFCDA (or 0x5EFCDA) is known color: Aquamarine. HEX triplet: 5E, FC and DA. RGB value is (94,252,218). Sum of RGB (Red+Green+Blue) = 94+252+218=564 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.67% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFCDA is #A10325. Grayscale: #C8C8C8. Windows color (decimal): -10552102 or 14351454. OLE color: 14351454.
HSL color Cylindrical-coordinate representation of color #5EFCDA: hue angle of 167.09º degrees, saturation: 0.96, 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 #5EFCDA is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 252 | 218 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.01 |
| HSL | 167.09º | 0.96% | 0.68% | - |
| HSV(B) | 167.09º | 0.63% | 0.99% | - |
| XYZ | 52.08 | 77.06 | 78.46 | - |
| YUV | 200.88 | 137.65 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 252 | 218 | 0.63 | 0 | 0.13 | 0.01 | 167.09 | 0.96 | 0.68 |
| Hex | 5E | FC | DA | 3F | 0 | D | 1 | A7 | 60 | 44 |
| Octal | 136 | 374 | 332 | 77 | 0 | 15 | 1 | 247 | 140 | 104 |
| Binary | 1011110 | 11111100 | 11011010 | 111111 | 0 | 1101 | 1 | 10100111 | 1100000 | 1000100 |
Color Harmonies of #5EFCDA
Complementary color
Monochromatic Colors of #5EFCDA
Black with #5EFCDA
Text Example
Text Example
White with #5EFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFCDA; }
p { color: rgb(94,252,218); }
H1.HeaderClassName
{
color: #5EFCDA;
}
.AnyTagClassName
{
color: #5EFCDA;
}
</style>
background-color css
<style>
a { background-color: #5EFCDA; }
a { background-color: rgb(94,252,218); }
div.DivClassName
{
background-color: #5EFCDA;
}
.BgClassName
{
background-color: #5EFCDA;
}
</style>
border-color css
<style>
span { border-color: #5EFCDA; }
span { border-color: rgb(94,252,218); }
td.TdClassName
{
border-color: #5EFCDA;
}
.TagClassName
{
border-color: #5EFCDA;
}
</style>