Shades of Medium Aquamarine #5DCEA1
Tints of Medium Aquamarine #5DCEA1
RGB
CMYK
RGB Variations
Color information
#5DCEA1 (or 0x5DCEA1) is known color: Medium Aquamarine. HEX triplet: 5D, CE and A1. RGB value is (93,206,161). Sum of RGB (Red+Green+Blue) = 93+206+161=460 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.22% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCEA1 is #A2315E. Grayscale: #A7A7A7. Windows color (decimal): -10629471 or 10604125. OLE color: 10604125.
HSL color Cylindrical-coordinate representation of color #5DCEA1: hue angle of 156.11º 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 #5DCEA1 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 206 | 161 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.19 |
| HSL | 156.11º | 0.54% | 0.59% | - |
| HSV(B) | 156.11º | 0.55% | 0.81% | - |
| XYZ | 33.02 | 49.04 | 41.44 | - |
| YUV | 167.08 | 124.56 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 161 | 0.55 | 0 | 0.22 | 0.19 | 156.11 | 0.54 | 0.59 |
| Hex | 5D | CE | A1 | 37 | 0 | 16 | 13 | 9C | 36 | 3B |
| Octal | 135 | 316 | 241 | 67 | 0 | 26 | 23 | 234 | 66 | 73 |
| Binary | 1011101 | 11001110 | 10100001 | 110111 | 0 | 10110 | 10011 | 10011100 | 110110 | 111011 |
Color Harmonies of #5DCEA1
Complementary color
Monochromatic Colors of #5DCEA1
Black with #5DCEA1
Text Example
Text Example
White with #5DCEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCEA1; }
p { color: rgb(93,206,161); }
H1.HeaderClassName
{
color: #5DCEA1;
}
.AnyTagClassName
{
color: #5DCEA1;
}
</style>
background-color css
<style>
a { background-color: #5DCEA1; }
a { background-color: rgb(93,206,161); }
div.DivClassName
{
background-color: #5DCEA1;
}
.BgClassName
{
background-color: #5DCEA1;
}
</style>
border-color css
<style>
span { border-color: #5DCEA1; }
span { border-color: rgb(93,206,161); }
td.TdClassName
{
border-color: #5DCEA1;
}
.TagClassName
{
border-color: #5DCEA1;
}
</style>