Shades of Medium Aquamarine #4CD2A6
Tints of Medium Aquamarine #4CD2A6
RGB
CMYK
RGB Variations
Color information
#4CD2A6 (or 0x4CD2A6) is known color: Medium Aquamarine. HEX triplet: 4C, D2 and A6. RGB value is (76,210,166). Sum of RGB (Red+Green+Blue) = 76+210+166=452 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.81% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #4CD2A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CD2A6 is #B32D59. Grayscale: #A4A4A4. Windows color (decimal): -11742554 or 10932812. OLE color: 10932812.
HSL color Cylindrical-coordinate representation of color #4CD2A6: hue angle of 160.3º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD2A6 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 210 | 166 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.18 |
| HSL | 160.3º | 0.6% | 0.56% | - |
| HSV(B) | 160.3º | 0.64% | 0.82% | - |
| XYZ | 32.91 | 50.38 | 44.07 | - |
| YUV | 164.92 | 128.61 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 210 | 166 | 0.64 | 0 | 0.21 | 0.18 | 160.3 | 0.6 | 0.56 |
| Hex | 4C | D2 | A6 | 40 | 0 | 15 | 12 | A0 | 3C | 38 |
| Octal | 114 | 322 | 246 | 100 | 0 | 25 | 22 | 240 | 74 | 70 |
| Binary | 1001100 | 11010010 | 10100110 | 1000000 | 0 | 10101 | 10010 | 10100000 | 111100 | 111000 |
Color Harmonies of #4CD2A6
Complementary color
Monochromatic Colors of #4CD2A6
Black with #4CD2A6
Text Example
Text Example
White with #4CD2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD2A6; }
p { color: rgb(76,210,166); }
H1.HeaderClassName
{
color: #4CD2A6;
}
.AnyTagClassName
{
color: #4CD2A6;
}
</style>
background-color css
<style>
a { background-color: #4CD2A6; }
a { background-color: rgb(76,210,166); }
div.DivClassName
{
background-color: #4CD2A6;
}
.BgClassName
{
background-color: #4CD2A6;
}
</style>
border-color css
<style>
span { border-color: #4CD2A6; }
span { border-color: rgb(76,210,166); }
td.TdClassName
{
border-color: #4CD2A6;
}
.TagClassName
{
border-color: #4CD2A6;
}
</style>