Shades of Medium Aquamarine #5CDCA2
Tints of Medium Aquamarine #5CDCA2
RGB
CMYK
RGB Variations
Color information
#5CDCA2 (or 0x5CDCA2) is known color: Medium Aquamarine. HEX triplet: 5C, DC and A2. RGB value is (92,220,162). Sum of RGB (Red+Green+Blue) = 92+220+162=474 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.41% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDCA2 is #A3235D. Grayscale: #AFAFAF. Windows color (decimal): -10691422 or 10673244. OLE color: 10673244.
HSL color Cylindrical-coordinate representation of color #5CDCA2: hue angle of 152.81º 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 #5CDCA2 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 162 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.14 |
| HSL | 152.81º | 0.65% | 0.61% | - |
| HSV(B) | 152.81º | 0.58% | 0.86% | - |
| XYZ | 36.53 | 56.07 | 43.08 | - |
| YUV | 175.12 | 120.59 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 162 | 0.58 | 0 | 0.26 | 0.14 | 152.81 | 0.65 | 0.61 |
| Hex | 5C | DC | A2 | 3A | 0 | 1A | E | 99 | 41 | 3D |
| Octal | 134 | 334 | 242 | 72 | 0 | 32 | 16 | 231 | 101 | 75 |
| Binary | 1011100 | 11011100 | 10100010 | 111010 | 0 | 11010 | 1110 | 10011001 | 1000001 | 111101 |
Color Harmonies of #5CDCA2
Complementary color
Monochromatic Colors of #5CDCA2
Black with #5CDCA2
Text Example
Text Example
White with #5CDCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDCA2; }
p { color: rgb(92,220,162); }
H1.HeaderClassName
{
color: #5CDCA2;
}
.AnyTagClassName
{
color: #5CDCA2;
}
</style>
background-color css
<style>
a { background-color: #5CDCA2; }
a { background-color: rgb(92,220,162); }
div.DivClassName
{
background-color: #5CDCA2;
}
.BgClassName
{
background-color: #5CDCA2;
}
</style>
border-color css
<style>
span { border-color: #5CDCA2; }
span { border-color: rgb(92,220,162); }
td.TdClassName
{
border-color: #5CDCA2;
}
.TagClassName
{
border-color: #5CDCA2;
}
</style>