Shades of Aquamarine #5EFBC2
Tints of Aquamarine #5EFBC2
RGB
CMYK
RGB Variations
Color information
#5EFBC2 (or 0x5EFBC2) is known color: Aquamarine. HEX triplet: 5E, FB and C2. RGB value is (94,251,194). Sum of RGB (Red+Green+Blue) = 94+251+194=539 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.44% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #5EFBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFBC2 is #A1043D. Grayscale: #C5C5C5. Windows color (decimal): -10552382 or 12778334. OLE color: 12778334.
HSL color Cylindrical-coordinate representation of color #5EFBC2: hue angle of 158.22º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFBC2 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 251 | 194 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.02 |
| HSL | 158.22º | 0.95% | 0.68% | - |
| HSV(B) | 158.22º | 0.63% | 0.98% | - |
| XYZ | 48.85 | 75.27 | 62.99 | - |
| YUV | 197.56 | 125.99 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 251 | 194 | 0.63 | 0 | 0.23 | 0.02 | 158.22 | 0.95 | 0.68 |
| Hex | 5E | FB | C2 | 3F | 0 | 17 | 2 | 9E | 5F | 44 |
| Octal | 136 | 373 | 302 | 77 | 0 | 27 | 2 | 236 | 137 | 104 |
| Binary | 1011110 | 11111011 | 11000010 | 111111 | 0 | 10111 | 10 | 10011110 | 1011111 | 1000100 |
Color Harmonies of #5EFBC2
Complementary color
Monochromatic Colors of #5EFBC2
Black with #5EFBC2
Text Example
Text Example
White with #5EFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFBC2; }
p { color: rgb(94,251,194); }
H1.HeaderClassName
{
color: #5EFBC2;
}
.AnyTagClassName
{
color: #5EFBC2;
}
</style>
background-color css
<style>
a { background-color: #5EFBC2; }
a { background-color: rgb(94,251,194); }
div.DivClassName
{
background-color: #5EFBC2;
}
.BgClassName
{
background-color: #5EFBC2;
}
</style>
border-color css
<style>
span { border-color: #5EFBC2; }
span { border-color: rgb(94,251,194); }
td.TdClassName
{
border-color: #5EFBC2;
}
.TagClassName
{
border-color: #5EFBC2;
}
</style>