Shades of Medium Aquamarine #5DF096
Tints of Medium Aquamarine #5DF096
RGB
CMYK
RGB Variations
Color information
#5DF096 (or 0x5DF096) is known color: Medium Aquamarine. HEX triplet: 5D, F0 and 96. RGB value is (93,240,150). Sum of RGB (Red+Green+Blue) = 93+240+150=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF096 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF096 is #A20F69. Grayscale: #BABABA. Windows color (decimal): -10620778 or 9891933. OLE color: 9891933.
HSL color Cylindrical-coordinate representation of color #5DF096: hue angle of 143.27º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF096 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 240 | 150 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.06 |
| HSL | 143.27º | 0.83% | 0.65% | - |
| HSV(B) | 143.27º | 0.61% | 0.94% | - |
| XYZ | 41.18 | 66.85 | 39.59 | - |
| YUV | 185.79 | 107.8 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 240 | 150 | 0.61 | 0 | 0.37 | 0.06 | 143.27 | 0.83 | 0.65 |
| Hex | 5D | F0 | 96 | 3D | 0 | 25 | 6 | 8F | 53 | 41 |
| Octal | 135 | 360 | 226 | 75 | 0 | 45 | 6 | 217 | 123 | 101 |
| Binary | 1011101 | 11110000 | 10010110 | 111101 | 0 | 100101 | 110 | 10001111 | 1010011 | 1000001 |
Color Harmonies of #5DF096
Complementary color
Monochromatic Colors of #5DF096
Black with #5DF096
Text Example
Text Example
White with #5DF096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF096; }
p { color: rgb(93,240,150); }
H1.HeaderClassName
{
color: #5DF096;
}
.AnyTagClassName
{
color: #5DF096;
}
</style>
background-color css
<style>
a { background-color: #5DF096; }
a { background-color: rgb(93,240,150); }
div.DivClassName
{
background-color: #5DF096;
}
.BgClassName
{
background-color: #5DF096;
}
</style>
border-color css
<style>
span { border-color: #5DF096; }
span { border-color: rgb(93,240,150); }
td.TdClassName
{
border-color: #5DF096;
}
.TagClassName
{
border-color: #5DF096;
}
</style>