Shades of Aquamarine #5EF1CA
Tints of Aquamarine #5EF1CA
RGB
CMYK
RGB Variations
Color information
#5EF1CA (or 0x5EF1CA) is known color: Aquamarine. HEX triplet: 5E, F1 and CA. RGB value is (94,241,202). Sum of RGB (Red+Green+Blue) = 94+241+202=537 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.50% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #5EF1CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF1CA is #A10E35. Grayscale: #C0C0C0. Windows color (decimal): -10554934 or 13300062. OLE color: 13300062.
HSL color Cylindrical-coordinate representation of color #5EF1CA: hue angle of 164.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF1CA is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 241 | 202 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.05 |
| HSL | 164.08º | 0.84% | 0.66% | - |
| HSV(B) | 164.08º | 0.61% | 0.95% | - |
| XYZ | 46.73 | 69.55 | 66.84 | - |
| YUV | 192.6 | 133.3 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 241 | 202 | 0.61 | 0 | 0.16 | 0.05 | 164.08 | 0.84 | 0.66 |
| Hex | 5E | F1 | CA | 3D | 0 | 10 | 5 | A4 | 54 | 42 |
| Octal | 136 | 361 | 312 | 75 | 0 | 20 | 5 | 244 | 124 | 102 |
| Binary | 1011110 | 11110001 | 11001010 | 111101 | 0 | 10000 | 101 | 10100100 | 1010100 | 1000010 |
Color Harmonies of #5EF1CA
Complementary color
Monochromatic Colors of #5EF1CA
Black with #5EF1CA
Text Example
Text Example
White with #5EF1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF1CA; }
p { color: rgb(94,241,202); }
H1.HeaderClassName
{
color: #5EF1CA;
}
.AnyTagClassName
{
color: #5EF1CA;
}
</style>
background-color css
<style>
a { background-color: #5EF1CA; }
a { background-color: rgb(94,241,202); }
div.DivClassName
{
background-color: #5EF1CA;
}
.BgClassName
{
background-color: #5EF1CA;
}
</style>
border-color css
<style>
span { border-color: #5EF1CA; }
span { border-color: rgb(94,241,202); }
td.TdClassName
{
border-color: #5EF1CA;
}
.TagClassName
{
border-color: #5EF1CA;
}
</style>