Shades of Aquamarine #5EF3CA
Tints of Aquamarine #5EF3CA
RGB
CMYK
RGB Variations
Color information
#5EF3CA (or 0x5EF3CA) is known color: Aquamarine. HEX triplet: 5E, F3 and CA. RGB value is (94,243,202). Sum of RGB (Red+Green+Blue) = 94+243+202=539 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.44% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #5EF3CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF3CA is #A10C35. Grayscale: #C1C1C1. Windows color (decimal): -10554422 or 13300574. OLE color: 13300574.
HSL color Cylindrical-coordinate representation of color #5EF3CA: hue angle of 163.49º degrees, saturation: 0.86, 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 #5EF3CA is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 243 | 202 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.05 |
| HSL | 163.49º | 0.86% | 0.66% | - |
| HSV(B) | 163.49º | 0.61% | 0.95% | - |
| XYZ | 47.33 | 70.75 | 67.04 | - |
| YUV | 193.78 | 132.64 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 243 | 202 | 0.61 | 0 | 0.17 | 0.05 | 163.49 | 0.86 | 0.66 |
| Hex | 5E | F3 | CA | 3D | 0 | 11 | 5 | A3 | 56 | 42 |
| Octal | 136 | 363 | 312 | 75 | 0 | 21 | 5 | 243 | 126 | 102 |
| Binary | 1011110 | 11110011 | 11001010 | 111101 | 0 | 10001 | 101 | 10100011 | 1010110 | 1000010 |
Color Harmonies of #5EF3CA
Complementary color
Monochromatic Colors of #5EF3CA
Black with #5EF3CA
Text Example
Text Example
White with #5EF3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF3CA; }
p { color: rgb(94,243,202); }
H1.HeaderClassName
{
color: #5EF3CA;
}
.AnyTagClassName
{
color: #5EF3CA;
}
</style>
background-color css
<style>
a { background-color: #5EF3CA; }
a { background-color: rgb(94,243,202); }
div.DivClassName
{
background-color: #5EF3CA;
}
.BgClassName
{
background-color: #5EF3CA;
}
</style>
border-color css
<style>
span { border-color: #5EF3CA; }
span { border-color: rgb(94,243,202); }
td.TdClassName
{
border-color: #5EF3CA;
}
.TagClassName
{
border-color: #5EF3CA;
}
</style>