Shades of Medium Aquamarine #5DD299
Tints of Medium Aquamarine #5DD299
RGB
CMYK
RGB Variations
Color information
#5DD299 (or 0x5DD299) is known color: Medium Aquamarine. HEX triplet: 5D, D2 and 99. RGB value is (93,210,153). Sum of RGB (Red+Green+Blue) = 93+210+153=456 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.39% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #5DD299 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD299 is #A22D66. Grayscale: #A8A8A8. Windows color (decimal): -10628455 or 10080861. OLE color: 10080861.
HSL color Cylindrical-coordinate representation of color #5DD299: hue angle of 150.77º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DD299 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 210 | 153 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.18 |
| HSL | 150.77º | 0.57% | 0.59% | - |
| HSV(B) | 150.77º | 0.56% | 0.82% | - |
| XYZ | 33.31 | 50.72 | 38.17 | - |
| YUV | 168.52 | 119.24 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 210 | 153 | 0.56 | 0 | 0.27 | 0.18 | 150.77 | 0.57 | 0.59 |
| Hex | 5D | D2 | 99 | 38 | 0 | 1B | 12 | 97 | 39 | 3B |
| Octal | 135 | 322 | 231 | 70 | 0 | 33 | 22 | 227 | 71 | 73 |
| Binary | 1011101 | 11010010 | 10011001 | 111000 | 0 | 11011 | 10010 | 10010111 | 111001 | 111011 |
Color Harmonies of #5DD299
Complementary color
Monochromatic Colors of #5DD299
Black with #5DD299
Text Example
Text Example
White with #5DD299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD299; }
p { color: rgb(93,210,153); }
H1.HeaderClassName
{
color: #5DD299;
}
.AnyTagClassName
{
color: #5DD299;
}
</style>
background-color css
<style>
a { background-color: #5DD299; }
a { background-color: rgb(93,210,153); }
div.DivClassName
{
background-color: #5DD299;
}
.BgClassName
{
background-color: #5DD299;
}
</style>
border-color css
<style>
span { border-color: #5DD299; }
span { border-color: rgb(93,210,153); }
td.TdClassName
{
border-color: #5DD299;
}
.TagClassName
{
border-color: #5DD299;
}
</style>