Shades of Aquamarine #5EFDC0
Tints of Aquamarine #5EFDC0
RGB
CMYK
RGB Variations
Color information
#5EFDC0 (or 0x5EFDC0) is known color: Aquamarine. HEX triplet: 5E, FD and C0. RGB value is (94,253,192). Sum of RGB (Red+Green+Blue) = 94+253+192=539 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.44% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFDC0 is #A1023F. Grayscale: #C6C6C6. Windows color (decimal): -10551872 or 12647774. OLE color: 12647774.
HSL color Cylindrical-coordinate representation of color #5EFDC0: hue angle of 156.98º 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 #5EFDC0 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 253 | 192 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.01 |
| HSL | 156.98º | 0.98% | 0.68% | - |
| HSV(B) | 156.98º | 0.63% | 0.99% | - |
| XYZ | 49.26 | 76.44 | 62.03 | - |
| YUV | 198.51 | 124.32 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 253 | 192 | 0.63 | 0 | 0.24 | 0.01 | 156.98 | 0.98 | 0.68 |
| Hex | 5E | FD | C0 | 3F | 0 | 18 | 1 | 9D | 62 | 44 |
| Octal | 136 | 375 | 300 | 77 | 0 | 30 | 1 | 235 | 142 | 104 |
| Binary | 1011110 | 11111101 | 11000000 | 111111 | 0 | 11000 | 1 | 10011101 | 1100010 | 1000100 |
Color Harmonies of #5EFDC0
Complementary color
Monochromatic Colors of #5EFDC0
Black with #5EFDC0
Text Example
Text Example
White with #5EFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFDC0; }
p { color: rgb(94,253,192); }
H1.HeaderClassName
{
color: #5EFDC0;
}
.AnyTagClassName
{
color: #5EFDC0;
}
</style>
background-color css
<style>
a { background-color: #5EFDC0; }
a { background-color: rgb(94,253,192); }
div.DivClassName
{
background-color: #5EFDC0;
}
.BgClassName
{
background-color: #5EFDC0;
}
</style>
border-color css
<style>
span { border-color: #5EFDC0; }
span { border-color: rgb(94,253,192); }
td.TdClassName
{
border-color: #5EFDC0;
}
.TagClassName
{
border-color: #5EFDC0;
}
</style>