Shades of Medium Aquamarine #5CCDA1
Tints of Medium Aquamarine #5CCDA1
RGB
CMYK
RGB Variations
Color information
#5CCDA1 (or 0x5CCDA1) is known color: Medium Aquamarine. HEX triplet: 5C, CD and A1. RGB value is (92,205,161). Sum of RGB (Red+Green+Blue) = 92+205+161=458 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.09% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCDA1 is #A3325E. Grayscale: #A6A6A6. Windows color (decimal): -10695263 or 10603868. OLE color: 10603868.
HSL color Cylindrical-coordinate representation of color #5CCDA1: hue angle of 156.64º 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 #5CCDA1 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 205 | 161 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.20 |
| HSL | 156.64º | 0.53% | 0.58% | - |
| HSV(B) | 156.64º | 0.55% | 0.8% | - |
| XYZ | 32.68 | 48.51 | 41.36 | - |
| YUV | 166.2 | 125.06 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 205 | 161 | 0.55 | 0 | 0.21 | 0.20 | 156.64 | 0.53 | 0.58 |
| Hex | 5C | CD | A1 | 37 | 0 | 15 | 14 | 9D | 35 | 3A |
| Octal | 134 | 315 | 241 | 67 | 0 | 25 | 24 | 235 | 65 | 72 |
| Binary | 1011100 | 11001101 | 10100001 | 110111 | 0 | 10101 | 10100 | 10011101 | 110101 | 111010 |
Color Harmonies of #5CCDA1
Complementary color
Monochromatic Colors of #5CCDA1
Black with #5CCDA1
Text Example
Text Example
White with #5CCDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCDA1; }
p { color: rgb(92,205,161); }
H1.HeaderClassName
{
color: #5CCDA1;
}
.AnyTagClassName
{
color: #5CCDA1;
}
</style>
background-color css
<style>
a { background-color: #5CCDA1; }
a { background-color: rgb(92,205,161); }
div.DivClassName
{
background-color: #5CCDA1;
}
.BgClassName
{
background-color: #5CCDA1;
}
</style>
border-color css
<style>
span { border-color: #5CCDA1; }
span { border-color: rgb(92,205,161); }
td.TdClassName
{
border-color: #5CCDA1;
}
.TagClassName
{
border-color: #5CCDA1;
}
</style>