Shades of Medium Aquamarine #5DCCA1
Tints of Medium Aquamarine #5DCCA1
RGB
CMYK
RGB Variations
Color information
#5DCCA1 (or 0x5DCCA1) is known color: Medium Aquamarine. HEX triplet: 5D, CC and A1. RGB value is (93,204,161). Sum of RGB (Red+Green+Blue) = 93+204+161=458 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.31% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCCA1 is #A2335E. Grayscale: #A5A5A5. Windows color (decimal): -10629983 or 10603613. OLE color: 10603613.
HSL color Cylindrical-coordinate representation of color #5DCCA1: hue angle of 156.76º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCCA1 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 161 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.2 |
| HSL | 156.76º | 0.52% | 0.58% | - |
| HSV(B) | 156.76º | 0.54% | 0.8% | - |
| XYZ | 32.54 | 48.09 | 41.28 | - |
| YUV | 165.91 | 125.23 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 161 | 0.54 | 0 | 0.21 | 0.2 | 156.76 | 0.52 | 0.58 |
| Hex | 5D | CC | A1 | 36 | 0 | 15 | 14 | 9D | 34 | 3A |
| Octal | 135 | 314 | 241 | 66 | 0 | 25 | 24 | 235 | 64 | 72 |
| Binary | 1011101 | 11001100 | 10100001 | 110110 | 0 | 10101 | 10100 | 10011101 | 110100 | 111010 |
Color Harmonies of #5DCCA1
Complementary color
Monochromatic Colors of #5DCCA1
Black with #5DCCA1
Text Example
Text Example
White with #5DCCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCCA1; }
p { color: rgb(93,204,161); }
H1.HeaderClassName
{
color: #5DCCA1;
}
.AnyTagClassName
{
color: #5DCCA1;
}
</style>
background-color css
<style>
a { background-color: #5DCCA1; }
a { background-color: rgb(93,204,161); }
div.DivClassName
{
background-color: #5DCCA1;
}
.BgClassName
{
background-color: #5DCCA1;
}
</style>
border-color css
<style>
span { border-color: #5DCCA1; }
span { border-color: rgb(93,204,161); }
td.TdClassName
{
border-color: #5DCCA1;
}
.TagClassName
{
border-color: #5DCCA1;
}
</style>