Shades of Medium Aquamarine #5DFC9B
Tints of Medium Aquamarine #5DFC9B
RGB
CMYK
RGB Variations
Color information
#5DFC9B (or 0x5DFC9B) is known color: Medium Aquamarine. HEX triplet: 5D, FC and 9B. RGB value is (93,252,155). Sum of RGB (Red+Green+Blue) = 93+252+155=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #5DFC9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFC9B is #A20364. Grayscale: #C1C1C1. Windows color (decimal): -10617701 or 10222685. OLE color: 10222685.
HSL color Cylindrical-coordinate representation of color #5DFC9B: hue angle of 143.4º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFC9B is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 252 | 155 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.01 |
| HSL | 143.4º | 0.96% | 0.68% | - |
| HSV(B) | 143.4º | 0.63% | 0.99% | - |
| XYZ | 45.24 | 74.31 | 42.97 | - |
| YUV | 193.4 | 106.32 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 252 | 155 | 0.63 | 0 | 0.38 | 0.01 | 143.4 | 0.96 | 0.68 |
| Hex | 5D | FC | 9B | 3F | 0 | 26 | 1 | 8F | 60 | 44 |
| Octal | 135 | 374 | 233 | 77 | 0 | 46 | 1 | 217 | 140 | 104 |
| Binary | 1011101 | 11111100 | 10011011 | 111111 | 0 | 100110 | 1 | 10001111 | 1100000 | 1000100 |
Color Harmonies of #5DFC9B
Complementary color
Monochromatic Colors of #5DFC9B
Black with #5DFC9B
Text Example
Text Example
White with #5DFC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFC9B; }
p { color: rgb(93,252,155); }
H1.HeaderClassName
{
color: #5DFC9B;
}
.AnyTagClassName
{
color: #5DFC9B;
}
</style>
background-color css
<style>
a { background-color: #5DFC9B; }
a { background-color: rgb(93,252,155); }
div.DivClassName
{
background-color: #5DFC9B;
}
.BgClassName
{
background-color: #5DFC9B;
}
</style>
border-color css
<style>
span { border-color: #5DFC9B; }
span { border-color: rgb(93,252,155); }
td.TdClassName
{
border-color: #5DFC9B;
}
.TagClassName
{
border-color: #5DFC9B;
}
</style>