Shades of Medium Aquamarine #4CDFAA
Tints of Medium Aquamarine #4CDFAA
RGB
CMYK
RGB Variations
Color information
#4CDFAA (or 0x4CDFAA) is known color: Medium Aquamarine. HEX triplet: 4C, DF and AA. RGB value is (76,223,170). Sum of RGB (Red+Green+Blue) = 76+223+170=469 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.20% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDFAA is #B32055. Grayscale: #ADADAD. Windows color (decimal): -11739222 or 11198284. OLE color: 11198284.
HSL color Cylindrical-coordinate representation of color #4CDFAA: hue angle of 158.37º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDFAA is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 170 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.13 |
| HSL | 158.37º | 0.7% | 0.59% | - |
| HSV(B) | 158.37º | 0.66% | 0.87% | - |
| XYZ | 36.62 | 57.21 | 47.14 | - |
| YUV | 173.01 | 126.3 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 170 | 0.66 | 0 | 0.24 | 0.13 | 158.37 | 0.7 | 0.59 |
| Hex | 4C | DF | AA | 42 | 0 | 18 | D | 9E | 46 | 3B |
| Octal | 114 | 337 | 252 | 102 | 0 | 30 | 15 | 236 | 106 | 73 |
| Binary | 1001100 | 11011111 | 10101010 | 1000010 | 0 | 11000 | 1101 | 10011110 | 1000110 | 111011 |
Color Harmonies of #4CDFAA
Complementary color
Monochromatic Colors of #4CDFAA
Black with #4CDFAA
Text Example
Text Example
White with #4CDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFAA; }
p { color: rgb(76,223,170); }
H1.HeaderClassName
{
color: #4CDFAA;
}
.AnyTagClassName
{
color: #4CDFAA;
}
</style>
background-color css
<style>
a { background-color: #4CDFAA; }
a { background-color: rgb(76,223,170); }
div.DivClassName
{
background-color: #4CDFAA;
}
.BgClassName
{
background-color: #4CDFAA;
}
</style>
border-color css
<style>
span { border-color: #4CDFAA; }
span { border-color: rgb(76,223,170); }
td.TdClassName
{
border-color: #4CDFAA;
}
.TagClassName
{
border-color: #4CDFAA;
}
</style>