Shades of Aquamarine #5EFDDE
Tints of Aquamarine #5EFDDE
RGB
CMYK
RGB Variations
Color information
#5EFDDE (or 0x5EFDDE) is known color: Aquamarine. HEX triplet: 5E, FD and DE. RGB value is (94,253,222). Sum of RGB (Red+Green+Blue) = 94+253+222=569 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.52% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFDDE is #A10221. Grayscale: #C9C9C9. Windows color (decimal): -10551842 or 14613854. OLE color: 14613854.
HSL color Cylindrical-coordinate representation of color #5EFDDE: hue angle of 168.3º 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 #5EFDDE is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 253 | 222 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.01 |
| HSL | 168.3º | 0.98% | 0.68% | - |
| HSV(B) | 168.3º | 0.63% | 0.99% | - |
| XYZ | 52.93 | 77.9 | 81.35 | - |
| YUV | 201.93 | 139.32 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 253 | 222 | 0.63 | 0 | 0.12 | 0.01 | 168.3 | 0.98 | 0.68 |
| Hex | 5E | FD | DE | 3F | 0 | C | 1 | A8 | 62 | 44 |
| Octal | 136 | 375 | 336 | 77 | 0 | 14 | 1 | 250 | 142 | 104 |
| Binary | 1011110 | 11111101 | 11011110 | 111111 | 0 | 1100 | 1 | 10101000 | 1100010 | 1000100 |
Color Harmonies of #5EFDDE
Complementary color
Monochromatic Colors of #5EFDDE
Black with #5EFDDE
Text Example
Text Example
White with #5EFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFDDE; }
p { color: rgb(94,253,222); }
H1.HeaderClassName
{
color: #5EFDDE;
}
.AnyTagClassName
{
color: #5EFDDE;
}
</style>
background-color css
<style>
a { background-color: #5EFDDE; }
a { background-color: rgb(94,253,222); }
div.DivClassName
{
background-color: #5EFDDE;
}
.BgClassName
{
background-color: #5EFDDE;
}
</style>
border-color css
<style>
span { border-color: #5EFDDE; }
span { border-color: rgb(94,253,222); }
td.TdClassName
{
border-color: #5EFDDE;
}
.TagClassName
{
border-color: #5EFDDE;
}
</style>