Shades of Aquamarine #5EFFAE
Tints of Aquamarine #5EFFAE
RGB
CMYK
RGB Variations
Color information
#5EFFAE (or 0x5EFFAE) is known color: Aquamarine. HEX triplet: 5E, FF and AE. RGB value is (94,255,174). Sum of RGB (Red+Green+Blue) = 94+255+174=523 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.97% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFFAE is #A10051. Grayscale: #C5C5C5. Windows color (decimal): -10551378 or 11468638. OLE color: 11468638.
HSL color Cylindrical-coordinate representation of color #5EFFAE: hue angle of 149.81º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFFAE is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 255 | 174 | - |
| CMYK | 0.63 | 0 | 0.32 | 0 |
| HSL | 149.81º | 1% | 0.68% | - |
| HSV(B) | 149.81º | 0.63% | 1% | - |
| XYZ | 48.02 | 76.96 | 52.37 | - |
| YUV | 197.63 | 114.66 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 255 | 174 | 0.63 | 0 | 0.32 | 0 | 149.81 | 1 | 0.68 |
| Hex | 5E | FF | AE | 3F | 0 | 20 | 0 | 96 | 64 | 44 |
| Octal | 136 | 377 | 256 | 77 | 0 | 40 | 0 | 226 | 144 | 104 |
| Binary | 1011110 | 11111111 | 10101110 | 111111 | 0 | 100000 | 0 | 10010110 | 1100100 | 1000100 |
Color Harmonies of #5EFFAE
Complementary color
Monochromatic Colors of #5EFFAE
Black with #5EFFAE
Text Example
Text Example
White with #5EFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFFAE; }
p { color: rgb(94,255,174); }
H1.HeaderClassName
{
color: #5EFFAE;
}
.AnyTagClassName
{
color: #5EFFAE;
}
</style>
background-color css
<style>
a { background-color: #5EFFAE; }
a { background-color: rgb(94,255,174); }
div.DivClassName
{
background-color: #5EFFAE;
}
.BgClassName
{
background-color: #5EFFAE;
}
</style>
border-color css
<style>
span { border-color: #5EFFAE; }
span { border-color: rgb(94,255,174); }
td.TdClassName
{
border-color: #5EFFAE;
}
.TagClassName
{
border-color: #5EFFAE;
}
</style>