Shades of Aquamarine #5EFCCD
Tints of Aquamarine #5EFCCD
RGB
CMYK
RGB Variations
Color information
#5EFCCD (or 0x5EFCCD) is known color: Aquamarine. HEX triplet: 5E, FC and CD. RGB value is (94,252,205). Sum of RGB (Red+Green+Blue) = 94+252+205=551 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.06% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFCCD is #A10332. Grayscale: #C7C7C7. Windows color (decimal): -10552115 or 13499486. OLE color: 13499486.
HSL color Cylindrical-coordinate representation of color #5EFCCD: hue angle of 162.15º degrees, saturation: 0.96, 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 #5EFCCD is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 252 | 205 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.01 |
| HSL | 162.15º | 0.96% | 0.68% | - |
| HSV(B) | 162.15º | 0.63% | 0.99% | - |
| XYZ | 50.45 | 76.41 | 69.85 | - |
| YUV | 199.4 | 131.15 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 252 | 205 | 0.63 | 0 | 0.19 | 0.01 | 162.15 | 0.96 | 0.68 |
| Hex | 5E | FC | CD | 3F | 0 | 13 | 1 | A2 | 60 | 44 |
| Octal | 136 | 374 | 315 | 77 | 0 | 23 | 1 | 242 | 140 | 104 |
| Binary | 1011110 | 11111100 | 11001101 | 111111 | 0 | 10011 | 1 | 10100010 | 1100000 | 1000100 |
Color Harmonies of #5EFCCD
Complementary color
Monochromatic Colors of #5EFCCD
Black with #5EFCCD
Text Example
Text Example
White with #5EFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFCCD; }
p { color: rgb(94,252,205); }
H1.HeaderClassName
{
color: #5EFCCD;
}
.AnyTagClassName
{
color: #5EFCCD;
}
</style>
background-color css
<style>
a { background-color: #5EFCCD; }
a { background-color: rgb(94,252,205); }
div.DivClassName
{
background-color: #5EFCCD;
}
.BgClassName
{
background-color: #5EFCCD;
}
</style>
border-color css
<style>
span { border-color: #5EFCCD; }
span { border-color: rgb(94,252,205); }
td.TdClassName
{
border-color: #5EFCCD;
}
.TagClassName
{
border-color: #5EFCCD;
}
</style>