Shades of Aquamarine #5EFCDE
Tints of Aquamarine #5EFCDE
RGB
CMYK
RGB Variations
Color information
#5EFCDE (or 0x5EFCDE) is known color: Aquamarine. HEX triplet: 5E, FC and DE. RGB value is (94,252,222). Sum of RGB (Red+Green+Blue) = 94+252+222=568 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.55% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFCDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFCDE is #A10321. Grayscale: #C9C9C9. Windows color (decimal): -10552098 or 14613598. OLE color: 14613598.
HSL color Cylindrical-coordinate representation of color #5EFCDE: hue angle of 168.61º 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 #5EFCDE is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 252 | 222 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.01 |
| HSL | 168.61º | 0.96% | 0.68% | - |
| HSV(B) | 168.61º | 0.63% | 0.99% | - |
| XYZ | 52.61 | 77.27 | 81.25 | - |
| YUV | 201.34 | 139.65 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 252 | 222 | 0.63 | 0 | 0.12 | 0.01 | 168.61 | 0.96 | 0.68 |
| Hex | 5E | FC | DE | 3F | 0 | C | 1 | A9 | 60 | 44 |
| Octal | 136 | 374 | 336 | 77 | 0 | 14 | 1 | 251 | 140 | 104 |
| Binary | 1011110 | 11111100 | 11011110 | 111111 | 0 | 1100 | 1 | 10101001 | 1100000 | 1000100 |
Color Harmonies of #5EFCDE
Complementary color
Monochromatic Colors of #5EFCDE
Black with #5EFCDE
Text Example
Text Example
White with #5EFCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFCDE; }
p { color: rgb(94,252,222); }
H1.HeaderClassName
{
color: #5EFCDE;
}
.AnyTagClassName
{
color: #5EFCDE;
}
</style>
background-color css
<style>
a { background-color: #5EFCDE; }
a { background-color: rgb(94,252,222); }
div.DivClassName
{
background-color: #5EFCDE;
}
.BgClassName
{
background-color: #5EFCDE;
}
</style>
border-color css
<style>
span { border-color: #5EFCDE; }
span { border-color: rgb(94,252,222); }
td.TdClassName
{
border-color: #5EFCDE;
}
.TagClassName
{
border-color: #5EFCDE;
}
</style>