Shades of Aquamarine #5EFAC2
Tints of Aquamarine #5EFAC2
RGB
CMYK
RGB Variations
Color information
#5EFAC2 (or 0x5EFAC2) is known color: Aquamarine. HEX triplet: 5E, FA and C2. RGB value is (94,250,194). Sum of RGB (Red+Green+Blue) = 94+250+194=538 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.47% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFAC2 is #A1053D. Grayscale: #C5C5C5. Windows color (decimal): -10552638 or 12778078. OLE color: 12778078.
HSL color Cylindrical-coordinate representation of color #5EFAC2: hue angle of 158.46º 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 #5EFAC2 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 194 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.02 |
| HSL | 158.46º | 0.94% | 0.67% | - |
| HSV(B) | 158.46º | 0.62% | 0.98% | - |
| XYZ | 48.54 | 74.65 | 62.89 | - |
| YUV | 196.97 | 126.32 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 194 | 0.62 | 0 | 0.22 | 0.02 | 158.46 | 0.94 | 0.67 |
| Hex | 5E | FA | C2 | 3E | 0 | 16 | 2 | 9E | 5E | 43 |
| Octal | 136 | 372 | 302 | 76 | 0 | 26 | 2 | 236 | 136 | 103 |
| Binary | 1011110 | 11111010 | 11000010 | 111110 | 0 | 10110 | 10 | 10011110 | 1011110 | 1000011 |
Color Harmonies of #5EFAC2
Complementary color
Monochromatic Colors of #5EFAC2
Black with #5EFAC2
Text Example
Text Example
White with #5EFAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFAC2; }
p { color: rgb(94,250,194); }
H1.HeaderClassName
{
color: #5EFAC2;
}
.AnyTagClassName
{
color: #5EFAC2;
}
</style>
background-color css
<style>
a { background-color: #5EFAC2; }
a { background-color: rgb(94,250,194); }
div.DivClassName
{
background-color: #5EFAC2;
}
.BgClassName
{
background-color: #5EFAC2;
}
</style>
border-color css
<style>
span { border-color: #5EFAC2; }
span { border-color: rgb(94,250,194); }
td.TdClassName
{
border-color: #5EFAC2;
}
.TagClassName
{
border-color: #5EFAC2;
}
</style>