Shades of Medium Aquamarine #5CD49A
Tints of Medium Aquamarine #5CD49A
RGB
CMYK
RGB Variations
Color information
#5CD49A (or 0x5CD49A) is known color: Medium Aquamarine. HEX triplet: 5C, D4 and 9A. RGB value is (92,212,154). Sum of RGB (Red+Green+Blue) = 92+212+154=458 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.09% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 212 - color contains mainly: green. Hex color #5CD49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD49A is #A32B65. Grayscale: #A9A9A9. Windows color (decimal): -10693478 or 10146908. OLE color: 10146908.
HSL color Cylindrical-coordinate representation of color #5CD49A: hue angle of 151º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD49A is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 92 | 212 | 154 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.17 |
| HSL | 151º | 0.58% | 0.6% | - |
| HSV(B) | 151º | 0.57% | 0.83% | - |
| XYZ | 33.79 | 51.7 | 38.77 | - |
| YUV | 169.51 | 119.24 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 212 | 154 | 0.57 | 0 | 0.27 | 0.17 | 151 | 0.58 | 0.6 |
| Hex | 5C | D4 | 9A | 39 | 0 | 1B | 11 | 97 | 3A | 3C |
| Octal | 134 | 324 | 232 | 71 | 0 | 33 | 21 | 227 | 72 | 74 |
| Binary | 1011100 | 11010100 | 10011010 | 111001 | 0 | 11011 | 10001 | 10010111 | 111010 | 111100 |
Color Harmonies of #5CD49A
Complementary color
Monochromatic Colors of #5CD49A
Black with #5CD49A
Text Example
Text Example
White with #5CD49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD49A; }
p { color: rgb(92,212,154); }
H1.HeaderClassName
{
color: #5CD49A;
}
.AnyTagClassName
{
color: #5CD49A;
}
</style>
background-color css
<style>
a { background-color: #5CD49A; }
a { background-color: rgb(92,212,154); }
div.DivClassName
{
background-color: #5CD49A;
}
.BgClassName
{
background-color: #5CD49A;
}
</style>
border-color css
<style>
span { border-color: #5CD49A; }
span { border-color: rgb(92,212,154); }
td.TdClassName
{
border-color: #5CD49A;
}
.TagClassName
{
border-color: #5CD49A;
}
</style>