Shades of Aquamarine #5EFECF
Tints of Aquamarine #5EFECF
RGB
CMYK
RGB Variations
Color information
#5EFECF (or 0x5EFECF) is known color: Aquamarine. HEX triplet: 5E, FE and CF. RGB value is (94,254,207). Sum of RGB (Red+Green+Blue) = 94+254+207=555 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.94% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFECF is #A10130. Grayscale: #C8C8C8. Windows color (decimal): -10551601 or 13631070. OLE color: 13631070.
HSL color Cylindrical-coordinate representation of color #5EFECF: hue angle of 162.38º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFECF is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 254 | 207 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.00 |
| HSL | 162.38º | 0.99% | 0.68% | - |
| HSV(B) | 162.38º | 0.63% | 1% | - |
| XYZ | 51.32 | 77.77 | 71.34 | - |
| YUV | 200.8 | 131.49 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 254 | 207 | 0.63 | 0 | 0.19 | 0.00 | 162.38 | 0.99 | 0.68 |
| Hex | 5E | FE | CF | 3F | 0 | 13 | 0 | A2 | 63 | 44 |
| Octal | 136 | 376 | 317 | 77 | 0 | 23 | 0 | 242 | 143 | 104 |
| Binary | 1011110 | 11111110 | 11001111 | 111111 | 0 | 10011 | 0 | 10100010 | 1100011 | 1000100 |
Color Harmonies of #5EFECF
Complementary color
Monochromatic Colors of #5EFECF
Black with #5EFECF
Text Example
Text Example
White with #5EFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFECF; }
p { color: rgb(94,254,207); }
H1.HeaderClassName
{
color: #5EFECF;
}
.AnyTagClassName
{
color: #5EFECF;
}
</style>
background-color css
<style>
a { background-color: #5EFECF; }
a { background-color: rgb(94,254,207); }
div.DivClassName
{
background-color: #5EFECF;
}
.BgClassName
{
background-color: #5EFECF;
}
</style>
border-color css
<style>
span { border-color: #5EFECF; }
span { border-color: rgb(94,254,207); }
td.TdClassName
{
border-color: #5EFECF;
}
.TagClassName
{
border-color: #5EFECF;
}
</style>