Shades of Aquamarine #5EFADE
Tints of Aquamarine #5EFADE
RGB
CMYK
RGB Variations
Color information
#5EFADE (or 0x5EFADE) is known color: Aquamarine. HEX triplet: 5E, FA and DE. RGB value is (94,250,222). Sum of RGB (Red+Green+Blue) = 94+250+222=566 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.61% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFADE is #A10521. Grayscale: #C8C8C8. Windows color (decimal): -10552610 or 14613086. OLE color: 14613086.
HSL color Cylindrical-coordinate representation of color #5EFADE: hue angle of 169.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EFADE is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 222 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.02 |
| HSL | 169.23º | 0.94% | 0.67% | - |
| HSV(B) | 169.23º | 0.62% | 0.98% | - |
| XYZ | 51.99 | 76.02 | 81.04 | - |
| YUV | 200.16 | 140.32 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 222 | 0.62 | 0 | 0.11 | 0.02 | 169.23 | 0.94 | 0.67 |
| Hex | 5E | FA | DE | 3E | 0 | B | 2 | A9 | 5E | 43 |
| Octal | 136 | 372 | 336 | 76 | 0 | 13 | 2 | 251 | 136 | 103 |
| Binary | 1011110 | 11111010 | 11011110 | 111110 | 0 | 1011 | 10 | 10101001 | 1011110 | 1000011 |
Color Harmonies of #5EFADE
Complementary color
Monochromatic Colors of #5EFADE
Black with #5EFADE
Text Example
Text Example
White with #5EFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFADE; }
p { color: rgb(94,250,222); }
H1.HeaderClassName
{
color: #5EFADE;
}
.AnyTagClassName
{
color: #5EFADE;
}
</style>
background-color css
<style>
a { background-color: #5EFADE; }
a { background-color: rgb(94,250,222); }
div.DivClassName
{
background-color: #5EFADE;
}
.BgClassName
{
background-color: #5EFADE;
}
</style>
border-color css
<style>
span { border-color: #5EFADE; }
span { border-color: rgb(94,250,222); }
td.TdClassName
{
border-color: #5EFADE;
}
.TagClassName
{
border-color: #5EFADE;
}
</style>