Shades of Medium Aquamarine #5DEBA9
Tints of Medium Aquamarine #5DEBA9
RGB
CMYK
RGB Variations
Color information
#5DEBA9 (or 0x5DEBA9) is known color: Medium Aquamarine. HEX triplet: 5D, EB and A9. RGB value is (93,235,169). Sum of RGB (Red+Green+Blue) = 93+235+169=497 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.71% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #5DEBA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEBA9 is #A21456. Grayscale: #B9B9B9. Windows color (decimal): -10622039 or 11135837. OLE color: 11135837.
HSL color Cylindrical-coordinate representation of color #5DEBA9: hue angle of 152.11º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEBA9 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 235 | 169 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.08 |
| HSL | 152.11º | 0.78% | 0.64% | - |
| HSV(B) | 152.11º | 0.6% | 0.92% | - |
| XYZ | 41.38 | 64.61 | 47.83 | - |
| YUV | 185.02 | 118.96 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 235 | 169 | 0.60 | 0 | 0.28 | 0.08 | 152.11 | 0.78 | 0.64 |
| Hex | 5D | EB | A9 | 3C | 0 | 1C | 8 | 98 | 4E | 40 |
| Octal | 135 | 353 | 251 | 74 | 0 | 34 | 10 | 230 | 116 | 100 |
| Binary | 1011101 | 11101011 | 10101001 | 111100 | 0 | 11100 | 1000 | 10011000 | 1001110 | 1000000 |
Color Harmonies of #5DEBA9
Complementary color
Monochromatic Colors of #5DEBA9
Black with #5DEBA9
Text Example
Text Example
White with #5DEBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEBA9; }
p { color: rgb(93,235,169); }
H1.HeaderClassName
{
color: #5DEBA9;
}
.AnyTagClassName
{
color: #5DEBA9;
}
</style>
background-color css
<style>
a { background-color: #5DEBA9; }
a { background-color: rgb(93,235,169); }
div.DivClassName
{
background-color: #5DEBA9;
}
.BgClassName
{
background-color: #5DEBA9;
}
</style>
border-color css
<style>
span { border-color: #5DEBA9; }
span { border-color: rgb(93,235,169); }
td.TdClassName
{
border-color: #5DEBA9;
}
.TagClassName
{
border-color: #5DEBA9;
}
</style>