Shades of Medium Aquamarine #5DFE9F
Tints of Medium Aquamarine #5DFE9F
RGB
CMYK
RGB Variations
Color information
#5DFE9F (or 0x5DFE9F) is known color: Medium Aquamarine. HEX triplet: 5D, FE and 9F. RGB value is (93,254,159). Sum of RGB (Red+Green+Blue) = 93+254+159=506 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.38% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFE9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFE9F is #A20160. Grayscale: #C3C3C3. Windows color (decimal): -10617185 or 10485341. OLE color: 10485341.
HSL color Cylindrical-coordinate representation of color #5DFE9F: hue angle of 144.6º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFE9F is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 254 | 159 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.00 |
| HSL | 144.6º | 0.99% | 0.68% | - |
| HSV(B) | 144.6º | 0.63% | 1% | - |
| XYZ | 46.21 | 75.71 | 44.98 | - |
| YUV | 195.03 | 107.66 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 254 | 159 | 0.63 | 0 | 0.37 | 0.00 | 144.6 | 0.99 | 0.68 |
| Hex | 5D | FE | 9F | 3F | 0 | 25 | 0 | 91 | 63 | 44 |
| Octal | 135 | 376 | 237 | 77 | 0 | 45 | 0 | 221 | 143 | 104 |
| Binary | 1011101 | 11111110 | 10011111 | 111111 | 0 | 100101 | 0 | 10010001 | 1100011 | 1000100 |
Color Harmonies of #5DFE9F
Complementary color
Monochromatic Colors of #5DFE9F
Black with #5DFE9F
Text Example
Text Example
White with #5DFE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFE9F; }
p { color: rgb(93,254,159); }
H1.HeaderClassName
{
color: #5DFE9F;
}
.AnyTagClassName
{
color: #5DFE9F;
}
</style>
background-color css
<style>
a { background-color: #5DFE9F; }
a { background-color: rgb(93,254,159); }
div.DivClassName
{
background-color: #5DFE9F;
}
.BgClassName
{
background-color: #5DFE9F;
}
</style>
border-color css
<style>
span { border-color: #5DFE9F; }
span { border-color: rgb(93,254,159); }
td.TdClassName
{
border-color: #5DFE9F;
}
.TagClassName
{
border-color: #5DFE9F;
}
</style>