Shades of Medium Aquamarine #4CDDAF
Tints of Medium Aquamarine #4CDDAF
RGB
CMYK
RGB Variations
Color information
#4CDDAF (or 0x4CDDAF) is known color: Medium Aquamarine. HEX triplet: 4C, DD and AF. RGB value is (76,221,175). Sum of RGB (Red+Green+Blue) = 76+221+175=472 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.10% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDDAF is #B32250. Grayscale: #ACACAC. Windows color (decimal): -11739729 or 11525452. OLE color: 11525452.
HSL color Cylindrical-coordinate representation of color #4CDDAF: hue angle of 160.97º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDDAF is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 175 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.13 |
| HSL | 160.97º | 0.68% | 0.58% | - |
| HSV(B) | 160.97º | 0.66% | 0.87% | - |
| XYZ | 36.57 | 56.34 | 49.51 | - |
| YUV | 172.4 | 129.46 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 175 | 0.66 | 0 | 0.21 | 0.13 | 160.97 | 0.68 | 0.58 |
| Hex | 4C | DD | AF | 42 | 0 | 15 | D | A1 | 44 | 3A |
| Octal | 114 | 335 | 257 | 102 | 0 | 25 | 15 | 241 | 104 | 72 |
| Binary | 1001100 | 11011101 | 10101111 | 1000010 | 0 | 10101 | 1101 | 10100001 | 1000100 | 111010 |
Color Harmonies of #4CDDAF
Complementary color
Monochromatic Colors of #4CDDAF
Black with #4CDDAF
Text Example
Text Example
White with #4CDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDAF; }
p { color: rgb(76,221,175); }
H1.HeaderClassName
{
color: #4CDDAF;
}
.AnyTagClassName
{
color: #4CDDAF;
}
</style>
background-color css
<style>
a { background-color: #4CDDAF; }
a { background-color: rgb(76,221,175); }
div.DivClassName
{
background-color: #4CDDAF;
}
.BgClassName
{
background-color: #4CDDAF;
}
</style>
border-color css
<style>
span { border-color: #4CDDAF; }
span { border-color: rgb(76,221,175); }
td.TdClassName
{
border-color: #4CDDAF;
}
.TagClassName
{
border-color: #4CDDAF;
}
</style>