Shades of Aquamarine #5EFDDB
Tints of Aquamarine #5EFDDB
RGB
CMYK
RGB Variations
Color information
#5EFDDB (or 0x5EFDDB) is known color: Aquamarine. HEX triplet: 5E, FD and DB. RGB value is (94,253,219). Sum of RGB (Red+Green+Blue) = 94+253+219=566 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.61% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFDDB is #A10224. Grayscale: #C9C9C9. Windows color (decimal): -10551845 or 14417246. OLE color: 14417246.
HSL color Cylindrical-coordinate representation of color #5EFDDB: hue angle of 167.17º 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 #5EFDDB is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 253 | 219 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.01 |
| HSL | 167.17º | 0.98% | 0.68% | - |
| HSV(B) | 167.17º | 0.63% | 0.99% | - |
| XYZ | 52.53 | 77.74 | 79.26 | - |
| YUV | 201.58 | 137.82 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 253 | 219 | 0.63 | 0 | 0.13 | 0.01 | 167.17 | 0.98 | 0.68 |
| Hex | 5E | FD | DB | 3F | 0 | D | 1 | A7 | 62 | 44 |
| Octal | 136 | 375 | 333 | 77 | 0 | 15 | 1 | 247 | 142 | 104 |
| Binary | 1011110 | 11111101 | 11011011 | 111111 | 0 | 1101 | 1 | 10100111 | 1100010 | 1000100 |
Color Harmonies of #5EFDDB
Complementary color
Monochromatic Colors of #5EFDDB
Black with #5EFDDB
Text Example
Text Example
White with #5EFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFDDB; }
p { color: rgb(94,253,219); }
H1.HeaderClassName
{
color: #5EFDDB;
}
.AnyTagClassName
{
color: #5EFDDB;
}
</style>
background-color css
<style>
a { background-color: #5EFDDB; }
a { background-color: rgb(94,253,219); }
div.DivClassName
{
background-color: #5EFDDB;
}
.BgClassName
{
background-color: #5EFDDB;
}
</style>
border-color css
<style>
span { border-color: #5EFDDB; }
span { border-color: rgb(94,253,219); }
td.TdClassName
{
border-color: #5EFDDB;
}
.TagClassName
{
border-color: #5EFDDB;
}
</style>