Shades of Medium Aquamarine #5CCDA0
Tints of Medium Aquamarine #5CCDA0
RGB
CMYK
RGB Variations
Color information
#5CCDA0 (or 0x5CCDA0) is known color: Medium Aquamarine. HEX triplet: 5C, CD and A0. RGB value is (92,205,160). Sum of RGB (Red+Green+Blue) = 92+205+160=457 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.13% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCDA0 is #A3325F. Grayscale: #A6A6A6. Windows color (decimal): -10695264 or 10538332. OLE color: 10538332.
HSL color Cylindrical-coordinate representation of color #5CCDA0: hue angle of 156.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCDA0 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 205 | 160 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.20 |
| HSL | 156.11º | 0.53% | 0.58% | - |
| HSV(B) | 156.11º | 0.55% | 0.8% | - |
| XYZ | 32.59 | 48.48 | 40.9 | - |
| YUV | 166.08 | 124.56 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 205 | 160 | 0.55 | 0 | 0.22 | 0.20 | 156.11 | 0.53 | 0.58 |
| Hex | 5C | CD | A0 | 37 | 0 | 16 | 14 | 9C | 35 | 3A |
| Octal | 134 | 315 | 240 | 67 | 0 | 26 | 24 | 234 | 65 | 72 |
| Binary | 1011100 | 11001101 | 10100000 | 110111 | 0 | 10110 | 10100 | 10011100 | 110101 | 111010 |
Color Harmonies of #5CCDA0
Complementary color
Monochromatic Colors of #5CCDA0
Black with #5CCDA0
Text Example
Text Example
White with #5CCDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCDA0; }
p { color: rgb(92,205,160); }
H1.HeaderClassName
{
color: #5CCDA0;
}
.AnyTagClassName
{
color: #5CCDA0;
}
</style>
background-color css
<style>
a { background-color: #5CCDA0; }
a { background-color: rgb(92,205,160); }
div.DivClassName
{
background-color: #5CCDA0;
}
.BgClassName
{
background-color: #5CCDA0;
}
</style>
border-color css
<style>
span { border-color: #5CCDA0; }
span { border-color: rgb(92,205,160); }
td.TdClassName
{
border-color: #5CCDA0;
}
.TagClassName
{
border-color: #5CCDA0;
}
</style>