Shades of Medium Aquamarine #5DFBA0
Tints of Medium Aquamarine #5DFBA0
RGB
CMYK
RGB Variations
Color information
#5DFBA0 (or 0x5DFBA0) is known color: Medium Aquamarine. HEX triplet: 5D, FB and A0. RGB value is (93,251,160). Sum of RGB (Red+Green+Blue) = 93+251+160=504 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.45% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFBA0 is #A2045F. Grayscale: #C1C1C1. Windows color (decimal): -10617952 or 10550109. OLE color: 10550109.
HSL color Cylindrical-coordinate representation of color #5DFBA0: hue angle of 145.44º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFBA0 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 251 | 160 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.02 |
| HSL | 145.44º | 0.95% | 0.67% | - |
| HSV(B) | 145.44º | 0.63% | 0.98% | - |
| XYZ | 45.36 | 73.86 | 45.12 | - |
| YUV | 193.38 | 109.15 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 251 | 160 | 0.63 | 0 | 0.36 | 0.02 | 145.44 | 0.95 | 0.67 |
| Hex | 5D | FB | A0 | 3F | 0 | 24 | 2 | 91 | 5F | 43 |
| Octal | 135 | 373 | 240 | 77 | 0 | 44 | 2 | 221 | 137 | 103 |
| Binary | 1011101 | 11111011 | 10100000 | 111111 | 0 | 100100 | 10 | 10010001 | 1011111 | 1000011 |
Color Harmonies of #5DFBA0
Complementary color
Monochromatic Colors of #5DFBA0
Black with #5DFBA0
Text Example
Text Example
White with #5DFBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFBA0; }
p { color: rgb(93,251,160); }
H1.HeaderClassName
{
color: #5DFBA0;
}
.AnyTagClassName
{
color: #5DFBA0;
}
</style>
background-color css
<style>
a { background-color: #5DFBA0; }
a { background-color: rgb(93,251,160); }
div.DivClassName
{
background-color: #5DFBA0;
}
.BgClassName
{
background-color: #5DFBA0;
}
</style>
border-color css
<style>
span { border-color: #5DFBA0; }
span { border-color: rgb(93,251,160); }
td.TdClassName
{
border-color: #5DFBA0;
}
.TagClassName
{
border-color: #5DFBA0;
}
</style>