Shades of Aquamarine #5EF5D9
Tints of Aquamarine #5EF5D9
RGB
CMYK
RGB Variations
Color information
#5EF5D9 (or 0x5EF5D9) is known color: Aquamarine. HEX triplet: 5E, F5 and D9. RGB value is (94,245,217). Sum of RGB (Red+Green+Blue) = 94+245+217=556 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.91% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #5EF5D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF5D9 is #A10A26. Grayscale: #C4C4C4. Windows color (decimal): -10553895 or 14284126. OLE color: 14284126.
HSL color Cylindrical-coordinate representation of color #5EF5D9: hue angle of 168.87º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EF5D9 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 245 | 217 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.04 |
| HSL | 168.87º | 0.88% | 0.66% | - |
| HSV(B) | 168.87º | 0.62% | 0.96% | - |
| XYZ | 49.79 | 72.69 | 77.05 | - |
| YUV | 196.66 | 139.47 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 245 | 217 | 0.62 | 0 | 0.11 | 0.04 | 168.87 | 0.88 | 0.66 |
| Hex | 5E | F5 | D9 | 3E | 0 | B | 4 | A9 | 58 | 42 |
| Octal | 136 | 365 | 331 | 76 | 0 | 13 | 4 | 251 | 130 | 102 |
| Binary | 1011110 | 11110101 | 11011001 | 111110 | 0 | 1011 | 100 | 10101001 | 1011000 | 1000010 |
Color Harmonies of #5EF5D9
Complementary color
Monochromatic Colors of #5EF5D9
Black with #5EF5D9
Text Example
Text Example
White with #5EF5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF5D9; }
p { color: rgb(94,245,217); }
H1.HeaderClassName
{
color: #5EF5D9;
}
.AnyTagClassName
{
color: #5EF5D9;
}
</style>
background-color css
<style>
a { background-color: #5EF5D9; }
a { background-color: rgb(94,245,217); }
div.DivClassName
{
background-color: #5EF5D9;
}
.BgClassName
{
background-color: #5EF5D9;
}
</style>
border-color css
<style>
span { border-color: #5EF5D9; }
span { border-color: rgb(94,245,217); }
td.TdClassName
{
border-color: #5EF5D9;
}
.TagClassName
{
border-color: #5EF5D9;
}
</style>