Shades of Medium Aquamarine #4CF0AC
Tints of Medium Aquamarine #4CF0AC
RGB
CMYK
RGB Variations
Color information
#4CF0AC (or 0x4CF0AC) is known color: Medium Aquamarine. HEX triplet: 4C, F0 and AC. RGB value is (76,240,172). Sum of RGB (Red+Green+Blue) = 76+240+172=488 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.57% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF0AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CF0AC is #B30F53. Grayscale: #B7B7B7. Windows color (decimal): -11734868 or 11333708. OLE color: 11333708.
HSL color Cylindrical-coordinate representation of color #4CF0AC: hue angle of 155.12º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CF0AC is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 240 | 172 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.06 |
| HSL | 155.12º | 0.85% | 0.62% | - |
| HSV(B) | 155.12º | 0.68% | 0.94% | - |
| XYZ | 41.59 | 66.84 | 49.74 | - |
| YUV | 183.21 | 121.67 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 240 | 172 | 0.68 | 0 | 0.28 | 0.06 | 155.12 | 0.85 | 0.62 |
| Hex | 4C | F0 | AC | 44 | 0 | 1C | 6 | 9B | 55 | 3E |
| Octal | 114 | 360 | 254 | 104 | 0 | 34 | 6 | 233 | 125 | 76 |
| Binary | 1001100 | 11110000 | 10101100 | 1000100 | 0 | 11100 | 110 | 10011011 | 1010101 | 111110 |
Color Harmonies of #4CF0AC
Complementary color
Monochromatic Colors of #4CF0AC
Black with #4CF0AC
Text Example
Text Example
White with #4CF0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF0AC; }
p { color: rgb(76,240,172); }
H1.HeaderClassName
{
color: #4CF0AC;
}
.AnyTagClassName
{
color: #4CF0AC;
}
</style>
background-color css
<style>
a { background-color: #4CF0AC; }
a { background-color: rgb(76,240,172); }
div.DivClassName
{
background-color: #4CF0AC;
}
.BgClassName
{
background-color: #4CF0AC;
}
</style>
border-color css
<style>
span { border-color: #4CF0AC; }
span { border-color: rgb(76,240,172); }
td.TdClassName
{
border-color: #4CF0AC;
}
.TagClassName
{
border-color: #4CF0AC;
}
</style>