Shades of Medium Aquamarine #5CDCAA
Tints of Medium Aquamarine #5CDCAA
RGB
CMYK
RGB Variations
Color information
#5CDCAA (or 0x5CDCAA) is known color: Medium Aquamarine. HEX triplet: 5C, DC and AA. RGB value is (92,220,170). Sum of RGB (Red+Green+Blue) = 92+220+170=482 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.09% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CDCAA is #A32355. Grayscale: #B0B0B0. Windows color (decimal): -10691414 or 11197532. OLE color: 11197532.
HSL color Cylindrical-coordinate representation of color #5CDCAA: hue angle of 156.56º 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 #5CDCAA is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 170 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.14 |
| HSL | 156.56º | 0.65% | 0.61% | - |
| HSV(B) | 156.56º | 0.58% | 0.86% | - |
| XYZ | 37.26 | 56.36 | 46.95 | - |
| YUV | 176.03 | 124.59 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 170 | 0.58 | 0 | 0.23 | 0.14 | 156.56 | 0.65 | 0.61 |
| Hex | 5C | DC | AA | 3A | 0 | 17 | E | 9D | 41 | 3D |
| Octal | 134 | 334 | 252 | 72 | 0 | 27 | 16 | 235 | 101 | 75 |
| Binary | 1011100 | 11011100 | 10101010 | 111010 | 0 | 10111 | 1110 | 10011101 | 1000001 | 111101 |
Color Harmonies of #5CDCAA
Complementary color
Monochromatic Colors of #5CDCAA
Black with #5CDCAA
Text Example
Text Example
White with #5CDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDCAA; }
p { color: rgb(92,220,170); }
H1.HeaderClassName
{
color: #5CDCAA;
}
.AnyTagClassName
{
color: #5CDCAA;
}
</style>
background-color css
<style>
a { background-color: #5CDCAA; }
a { background-color: rgb(92,220,170); }
div.DivClassName
{
background-color: #5CDCAA;
}
.BgClassName
{
background-color: #5CDCAA;
}
</style>
border-color css
<style>
span { border-color: #5CDCAA; }
span { border-color: rgb(92,220,170); }
td.TdClassName
{
border-color: #5CDCAA;
}
.TagClassName
{
border-color: #5CDCAA;
}
</style>