Shades of Medium Aquamarine #5CD9A1
Tints of Medium Aquamarine #5CD9A1
RGB
CMYK
RGB Variations
Color information
#5CD9A1 (or 0x5CD9A1) is known color: Medium Aquamarine. HEX triplet: 5C, D9 and A1. RGB value is (92,217,161). Sum of RGB (Red+Green+Blue) = 92+217+161=470 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.57% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD9A1 is #A3265E. Grayscale: #ADADAD. Windows color (decimal): -10692191 or 10606940. OLE color: 10606940.
HSL color Cylindrical-coordinate representation of color #5CD9A1: hue angle of 153.12º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CD9A1 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 217 | 161 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.15 |
| HSL | 153.12º | 0.62% | 0.61% | - |
| HSV(B) | 153.12º | 0.58% | 0.85% | - |
| XYZ | 35.66 | 54.47 | 42.35 | - |
| YUV | 173.24 | 121.09 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 217 | 161 | 0.58 | 0 | 0.26 | 0.15 | 153.12 | 0.62 | 0.61 |
| Hex | 5C | D9 | A1 | 3A | 0 | 1A | F | 99 | 3E | 3D |
| Octal | 134 | 331 | 241 | 72 | 0 | 32 | 17 | 231 | 76 | 75 |
| Binary | 1011100 | 11011001 | 10100001 | 111010 | 0 | 11010 | 1111 | 10011001 | 111110 | 111101 |
Color Harmonies of #5CD9A1
Complementary color
Monochromatic Colors of #5CD9A1
Black with #5CD9A1
Text Example
Text Example
White with #5CD9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD9A1; }
p { color: rgb(92,217,161); }
H1.HeaderClassName
{
color: #5CD9A1;
}
.AnyTagClassName
{
color: #5CD9A1;
}
</style>
background-color css
<style>
a { background-color: #5CD9A1; }
a { background-color: rgb(92,217,161); }
div.DivClassName
{
background-color: #5CD9A1;
}
.BgClassName
{
background-color: #5CD9A1;
}
</style>
border-color css
<style>
span { border-color: #5CD9A1; }
span { border-color: rgb(92,217,161); }
td.TdClassName
{
border-color: #5CD9A1;
}
.TagClassName
{
border-color: #5CD9A1;
}
</style>