Shades of Medium Aquamarine #4CDAAC
Tints of Medium Aquamarine #4CDAAC
RGB
CMYK
RGB Variations
Color information
#4CDAAC (or 0x4CDAAC) is known color: Medium Aquamarine. HEX triplet: 4C, DA and AC. RGB value is (76,218,172). Sum of RGB (Red+Green+Blue) = 76+218+172=466 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.31% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDAAC is #B32553. Grayscale: #AAAAAA. Windows color (decimal): -11740500 or 11328076. OLE color: 11328076.
HSL color Cylindrical-coordinate representation of color #4CDAAC: hue angle of 160.56º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDAAC is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 218 | 172 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.15 |
| HSL | 160.56º | 0.66% | 0.58% | - |
| HSV(B) | 160.56º | 0.65% | 0.85% | - |
| XYZ | 35.5 | 54.66 | 47.71 | - |
| YUV | 170.3 | 128.96 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 218 | 172 | 0.65 | 0 | 0.21 | 0.15 | 160.56 | 0.66 | 0.58 |
| Hex | 4C | DA | AC | 41 | 0 | 15 | F | A1 | 42 | 3A |
| Octal | 114 | 332 | 254 | 101 | 0 | 25 | 17 | 241 | 102 | 72 |
| Binary | 1001100 | 11011010 | 10101100 | 1000001 | 0 | 10101 | 1111 | 10100001 | 1000010 | 111010 |
Color Harmonies of #4CDAAC
Complementary color
Monochromatic Colors of #4CDAAC
Black with #4CDAAC
Text Example
Text Example
White with #4CDAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDAAC; }
p { color: rgb(76,218,172); }
H1.HeaderClassName
{
color: #4CDAAC;
}
.AnyTagClassName
{
color: #4CDAAC;
}
</style>
background-color css
<style>
a { background-color: #4CDAAC; }
a { background-color: rgb(76,218,172); }
div.DivClassName
{
background-color: #4CDAAC;
}
.BgClassName
{
background-color: #4CDAAC;
}
</style>
border-color css
<style>
span { border-color: #4CDAAC; }
span { border-color: rgb(76,218,172); }
td.TdClassName
{
border-color: #4CDAAC;
}
.TagClassName
{
border-color: #4CDAAC;
}
</style>