Shades of Medium Aquamarine #4FF2AC
Tints of Medium Aquamarine #4FF2AC
RGB
CMYK
RGB Variations
Color information
#4FF2AC (or 0x4FF2AC) is known color: Medium Aquamarine. HEX triplet: 4F, F2 and AC. RGB value is (79,242,172). Sum of RGB (Red+Green+Blue) = 79+242+172=493 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.02% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF2AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FF2AC is #B00D53. Grayscale: #B9B9B9. Windows color (decimal): -11537748 or 11334223. OLE color: 11334223.
HSL color Cylindrical-coordinate representation of color #4FF2AC: hue angle of 154.23º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF2AC is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 242 | 172 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.05 |
| HSL | 154.23º | 0.86% | 0.63% | - |
| HSV(B) | 154.23º | 0.67% | 0.95% | - |
| XYZ | 42.42 | 68.15 | 49.95 | - |
| YUV | 185.28 | 120.5 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 242 | 172 | 0.67 | 0 | 0.29 | 0.05 | 154.23 | 0.86 | 0.63 |
| Hex | 4F | F2 | AC | 43 | 0 | 1D | 5 | 9A | 56 | 3F |
| Octal | 117 | 362 | 254 | 103 | 0 | 35 | 5 | 232 | 126 | 77 |
| Binary | 1001111 | 11110010 | 10101100 | 1000011 | 0 | 11101 | 101 | 10011010 | 1010110 | 111111 |
Color Harmonies of #4FF2AC
Complementary color
Monochromatic Colors of #4FF2AC
Black with #4FF2AC
Text Example
Text Example
White with #4FF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF2AC; }
p { color: rgb(79,242,172); }
H1.HeaderClassName
{
color: #4FF2AC;
}
.AnyTagClassName
{
color: #4FF2AC;
}
</style>
background-color css
<style>
a { background-color: #4FF2AC; }
a { background-color: rgb(79,242,172); }
div.DivClassName
{
background-color: #4FF2AC;
}
.BgClassName
{
background-color: #4FF2AC;
}
</style>
border-color css
<style>
span { border-color: #4FF2AC; }
span { border-color: rgb(79,242,172); }
td.TdClassName
{
border-color: #4FF2AC;
}
.TagClassName
{
border-color: #4FF2AC;
}
</style>