Shades of Medium Aquamarine #5DE5A5
Tints of Medium Aquamarine #5DE5A5
RGB
CMYK
RGB Variations
Color information
#5DE5A5 (or 0x5DE5A5) is known color: Medium Aquamarine. HEX triplet: 5D, E5 and A5. RGB value is (93,229,165). Sum of RGB (Red+Green+Blue) = 93+229+165=487 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.10% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #5DE5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DE5A5 is #A21A5A. Grayscale: #B5B5B5. Windows color (decimal): -10623579 or 10872157. OLE color: 10872157.
HSL color Cylindrical-coordinate representation of color #5DE5A5: hue angle of 151.76º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE5A5 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 93 | 229 | 165 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.10 |
| HSL | 151.76º | 0.72% | 0.63% | - |
| HSV(B) | 151.76º | 0.59% | 0.9% | - |
| XYZ | 39.33 | 61.08 | 45.31 | - |
| YUV | 181.04 | 118.94 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 229 | 165 | 0.59 | 0 | 0.28 | 0.10 | 151.76 | 0.72 | 0.63 |
| Hex | 5D | E5 | A5 | 3B | 0 | 1C | A | 98 | 48 | 3F |
| Octal | 135 | 345 | 245 | 73 | 0 | 34 | 12 | 230 | 110 | 77 |
| Binary | 1011101 | 11100101 | 10100101 | 111011 | 0 | 11100 | 1010 | 10011000 | 1001000 | 111111 |
Color Harmonies of #5DE5A5
Complementary color
Monochromatic Colors of #5DE5A5
Black with #5DE5A5
Text Example
Text Example
White with #5DE5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE5A5; }
p { color: rgb(93,229,165); }
H1.HeaderClassName
{
color: #5DE5A5;
}
.AnyTagClassName
{
color: #5DE5A5;
}
</style>
background-color css
<style>
a { background-color: #5DE5A5; }
a { background-color: rgb(93,229,165); }
div.DivClassName
{
background-color: #5DE5A5;
}
.BgClassName
{
background-color: #5DE5A5;
}
</style>
border-color css
<style>
span { border-color: #5DE5A5; }
span { border-color: rgb(93,229,165); }
td.TdClassName
{
border-color: #5DE5A5;
}
.TagClassName
{
border-color: #5DE5A5;
}
</style>