Shades of Aquamarine #5EFEDD
Tints of Aquamarine #5EFEDD
RGB
CMYK
RGB Variations
Color information
#5EFEDD (or 0x5EFEDD) is known color: Aquamarine. HEX triplet: 5E, FE and DD. RGB value is (94,254,221). Sum of RGB (Red+Green+Blue) = 94+254+221=569 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.52% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFEDD is #A10122. Grayscale: #CACACA. Windows color (decimal): -10551587 or 14548574. OLE color: 14548574.
HSL color Cylindrical-coordinate representation of color #5EFEDD: hue angle of 167.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFEDD is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 254 | 221 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.00 |
| HSL | 167.63º | 0.99% | 0.68% | - |
| HSV(B) | 167.63º | 0.63% | 1% | - |
| XYZ | 53.11 | 78.48 | 80.76 | - |
| YUV | 202.4 | 138.49 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 254 | 221 | 0.63 | 0 | 0.13 | 0.00 | 167.63 | 0.99 | 0.68 |
| Hex | 5E | FE | DD | 3F | 0 | D | 0 | A8 | 63 | 44 |
| Octal | 136 | 376 | 335 | 77 | 0 | 15 | 0 | 250 | 143 | 104 |
| Binary | 1011110 | 11111110 | 11011101 | 111111 | 0 | 1101 | 0 | 10101000 | 1100011 | 1000100 |
Color Harmonies of #5EFEDD
Complementary color
Monochromatic Colors of #5EFEDD
Black with #5EFEDD
Text Example
Text Example
White with #5EFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFEDD; }
p { color: rgb(94,254,221); }
H1.HeaderClassName
{
color: #5EFEDD;
}
.AnyTagClassName
{
color: #5EFEDD;
}
</style>
background-color css
<style>
a { background-color: #5EFEDD; }
a { background-color: rgb(94,254,221); }
div.DivClassName
{
background-color: #5EFEDD;
}
.BgClassName
{
background-color: #5EFEDD;
}
</style>
border-color css
<style>
span { border-color: #5EFEDD; }
span { border-color: rgb(94,254,221); }
td.TdClassName
{
border-color: #5EFEDD;
}
.TagClassName
{
border-color: #5EFEDD;
}
</style>