Shades of Medium Aquamarine #5DE2A2
Tints of Medium Aquamarine #5DE2A2
RGB
CMYK
RGB Variations
Color information
#5DE2A2 (or 0x5DE2A2) is known color: Medium Aquamarine. HEX triplet: 5D, E2 and A2. RGB value is (93,226,162). Sum of RGB (Red+Green+Blue) = 93+226+162=481 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.33% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 226 - color contains mainly: green. Hex color #5DE2A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DE2A2 is #A21D5D. Grayscale: #B3B3B3. Windows color (decimal): -10624350 or 10674781. OLE color: 10674781.
HSL color Cylindrical-coordinate representation of color #5DE2A2: hue angle of 151.13º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE2A2 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 93 | 226 | 162 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.11 |
| HSL | 151.13º | 0.7% | 0.63% | - |
| HSV(B) | 151.13º | 0.59% | 0.89% | - |
| XYZ | 38.23 | 59.33 | 43.62 | - |
| YUV | 178.94 | 118.44 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 226 | 162 | 0.59 | 0 | 0.28 | 0.11 | 151.13 | 0.7 | 0.63 |
| Hex | 5D | E2 | A2 | 3B | 0 | 1C | B | 97 | 46 | 3F |
| Octal | 135 | 342 | 242 | 73 | 0 | 34 | 13 | 227 | 106 | 77 |
| Binary | 1011101 | 11100010 | 10100010 | 111011 | 0 | 11100 | 1011 | 10010111 | 1000110 | 111111 |
Color Harmonies of #5DE2A2
Complementary color
Monochromatic Colors of #5DE2A2
Black with #5DE2A2
Text Example
Text Example
White with #5DE2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE2A2; }
p { color: rgb(93,226,162); }
H1.HeaderClassName
{
color: #5DE2A2;
}
.AnyTagClassName
{
color: #5DE2A2;
}
</style>
background-color css
<style>
a { background-color: #5DE2A2; }
a { background-color: rgb(93,226,162); }
div.DivClassName
{
background-color: #5DE2A2;
}
.BgClassName
{
background-color: #5DE2A2;
}
</style>
border-color css
<style>
span { border-color: #5DE2A2; }
span { border-color: rgb(93,226,162); }
td.TdClassName
{
border-color: #5DE2A2;
}
.TagClassName
{
border-color: #5DE2A2;
}
</style>