Shades of Medium Aquamarine #4CF2AA
Tints of Medium Aquamarine #4CF2AA
RGB
CMYK
RGB Variations
Color information
#4CF2AA (or 0x4CF2AA) is known color: Medium Aquamarine. HEX triplet: 4C, F2 and AA. RGB value is (76,242,170). Sum of RGB (Red+Green+Blue) = 76+242+170=488 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.57% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF2AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CF2AA is #B30D55. Grayscale: #B8B8B8. Windows color (decimal): -11734358 or 11203148. OLE color: 11203148.
HSL color Cylindrical-coordinate representation of color #4CF2AA: hue angle of 153.98º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF2AA is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 170 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.05 |
| HSL | 153.98º | 0.86% | 0.62% | - |
| HSV(B) | 153.98º | 0.69% | 0.95% | - |
| XYZ | 41.99 | 67.94 | 48.93 | - |
| YUV | 184.16 | 120 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 170 | 0.69 | 0 | 0.30 | 0.05 | 153.98 | 0.86 | 0.62 |
| Hex | 4C | F2 | AA | 45 | 0 | 1E | 5 | 9A | 56 | 3E |
| Octal | 114 | 362 | 252 | 105 | 0 | 36 | 5 | 232 | 126 | 76 |
| Binary | 1001100 | 11110010 | 10101010 | 1000101 | 0 | 11110 | 101 | 10011010 | 1010110 | 111110 |
Color Harmonies of #4CF2AA
Complementary color
Monochromatic Colors of #4CF2AA
Black with #4CF2AA
Text Example
Text Example
White with #4CF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF2AA; }
p { color: rgb(76,242,170); }
H1.HeaderClassName
{
color: #4CF2AA;
}
.AnyTagClassName
{
color: #4CF2AA;
}
</style>
background-color css
<style>
a { background-color: #4CF2AA; }
a { background-color: rgb(76,242,170); }
div.DivClassName
{
background-color: #4CF2AA;
}
.BgClassName
{
background-color: #4CF2AA;
}
</style>
border-color css
<style>
span { border-color: #4CF2AA; }
span { border-color: rgb(76,242,170); }
td.TdClassName
{
border-color: #4CF2AA;
}
.TagClassName
{
border-color: #4CF2AA;
}
</style>