Shades of Medium Aquamarine #5DCE9A
Tints of Medium Aquamarine #5DCE9A
RGB
CMYK
RGB Variations
Color information
#5DCE9A (or 0x5DCE9A) is known color: Medium Aquamarine. HEX triplet: 5D, CE and 9A. RGB value is (93,206,154). Sum of RGB (Red+Green+Blue) = 93+206+154=453 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.53% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCE9A is #A23165. Grayscale: #A6A6A6. Windows color (decimal): -10629478 or 10145373. OLE color: 10145373.
HSL color Cylindrical-coordinate representation of color #5DCE9A: hue angle of 152.39º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCE9A is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 206 | 154 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.19 |
| HSL | 152.39º | 0.54% | 0.59% | - |
| HSV(B) | 152.39º | 0.55% | 0.81% | - |
| XYZ | 32.42 | 48.8 | 38.28 | - |
| YUV | 166.29 | 121.06 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 154 | 0.55 | 0 | 0.25 | 0.19 | 152.39 | 0.54 | 0.59 |
| Hex | 5D | CE | 9A | 37 | 0 | 19 | 13 | 98 | 36 | 3B |
| Octal | 135 | 316 | 232 | 67 | 0 | 31 | 23 | 230 | 66 | 73 |
| Binary | 1011101 | 11001110 | 10011010 | 110111 | 0 | 11001 | 10011 | 10011000 | 110110 | 111011 |
Color Harmonies of #5DCE9A
Complementary color
Monochromatic Colors of #5DCE9A
Black with #5DCE9A
Text Example
Text Example
White with #5DCE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCE9A; }
p { color: rgb(93,206,154); }
H1.HeaderClassName
{
color: #5DCE9A;
}
.AnyTagClassName
{
color: #5DCE9A;
}
</style>
background-color css
<style>
a { background-color: #5DCE9A; }
a { background-color: rgb(93,206,154); }
div.DivClassName
{
background-color: #5DCE9A;
}
.BgClassName
{
background-color: #5DCE9A;
}
</style>
border-color css
<style>
span { border-color: #5DCE9A; }
span { border-color: rgb(93,206,154); }
td.TdClassName
{
border-color: #5DCE9A;
}
.TagClassName
{
border-color: #5DCE9A;
}
</style>