Shades of Medium Aquamarine #5CDCA1
Tints of Medium Aquamarine #5CDCA1
RGB
CMYK
RGB Variations
Color information
#5CDCA1 (or 0x5CDCA1) is known color: Medium Aquamarine. HEX triplet: 5C, DC and A1. RGB value is (92,220,161). Sum of RGB (Red+Green+Blue) = 92+220+161=473 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.45% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDCA1 is #A3235E. Grayscale: #AFAFAF. Windows color (decimal): -10691423 or 10607708. OLE color: 10607708.
HSL color Cylindrical-coordinate representation of color #5CDCA1: hue angle of 152.34º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDCA1 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 161 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.14 |
| HSL | 152.34º | 0.65% | 0.61% | - |
| HSV(B) | 152.34º | 0.58% | 0.86% | - |
| XYZ | 36.44 | 56.03 | 42.61 | - |
| YUV | 175 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 161 | 0.58 | 0 | 0.27 | 0.14 | 152.34 | 0.65 | 0.61 |
| Hex | 5C | DC | A1 | 3A | 0 | 1B | E | 98 | 41 | 3D |
| Octal | 134 | 334 | 241 | 72 | 0 | 33 | 16 | 230 | 101 | 75 |
| Binary | 1011100 | 11011100 | 10100001 | 111010 | 0 | 11011 | 1110 | 10011000 | 1000001 | 111101 |
Color Harmonies of #5CDCA1
Complementary color
Monochromatic Colors of #5CDCA1
Black with #5CDCA1
Text Example
Text Example
White with #5CDCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDCA1; }
p { color: rgb(92,220,161); }
H1.HeaderClassName
{
color: #5CDCA1;
}
.AnyTagClassName
{
color: #5CDCA1;
}
</style>
background-color css
<style>
a { background-color: #5CDCA1; }
a { background-color: rgb(92,220,161); }
div.DivClassName
{
background-color: #5CDCA1;
}
.BgClassName
{
background-color: #5CDCA1;
}
</style>
border-color css
<style>
span { border-color: #5CDCA1; }
span { border-color: rgb(92,220,161); }
td.TdClassName
{
border-color: #5CDCA1;
}
.TagClassName
{
border-color: #5CDCA1;
}
</style>