Shades of Medium Aquamarine #5DF29B
Tints of Medium Aquamarine #5DF29B
RGB
CMYK
RGB Variations
Color information
#5DF29B (or 0x5DF29B) is known color: Medium Aquamarine. HEX triplet: 5D, F2 and 9B. RGB value is (93,242,155). Sum of RGB (Red+Green+Blue) = 93+242+155=490 (64% of max value = 765). Red value is 93 (36.72% from 255 or 18.98% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF29B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF29B is #A20D64. Grayscale: #BBBBBB. Windows color (decimal): -10620261 or 10220125. OLE color: 10220125.
HSL color Cylindrical-coordinate representation of color #5DF29B: hue angle of 144.97º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF29B is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 242 | 155 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.05 |
| HSL | 144.97º | 0.85% | 0.66% | - |
| HSV(B) | 144.97º | 0.62% | 0.95% | - |
| XYZ | 42.18 | 68.2 | 41.95 | - |
| YUV | 187.53 | 109.64 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 242 | 155 | 0.62 | 0 | 0.36 | 0.05 | 144.97 | 0.85 | 0.66 |
| Hex | 5D | F2 | 9B | 3E | 0 | 24 | 5 | 91 | 55 | 42 |
| Octal | 135 | 362 | 233 | 76 | 0 | 44 | 5 | 221 | 125 | 102 |
| Binary | 1011101 | 11110010 | 10011011 | 111110 | 0 | 100100 | 101 | 10010001 | 1010101 | 1000010 |
Color Harmonies of #5DF29B
Complementary color
Monochromatic Colors of #5DF29B
Black with #5DF29B
Text Example
Text Example
White with #5DF29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF29B; }
p { color: rgb(93,242,155); }
H1.HeaderClassName
{
color: #5DF29B;
}
.AnyTagClassName
{
color: #5DF29B;
}
</style>
background-color css
<style>
a { background-color: #5DF29B; }
a { background-color: rgb(93,242,155); }
div.DivClassName
{
background-color: #5DF29B;
}
.BgClassName
{
background-color: #5DF29B;
}
</style>
border-color css
<style>
span { border-color: #5DF29B; }
span { border-color: rgb(93,242,155); }
td.TdClassName
{
border-color: #5DF29B;
}
.TagClassName
{
border-color: #5DF29B;
}
</style>