Shades of Medium Aquamarine #72F0AC
Tints of Medium Aquamarine #72F0AC
RGB
CMYK
RGB Variations
Color information
#72F0AC (or 0x72F0AC) is known color: Medium Aquamarine. HEX triplet: 72, F0 and AC. RGB value is (114,240,172). Sum of RGB (Red+Green+Blue) = 114+240+172=526 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.67% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #72F0AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F0AC is #8D0F53. Grayscale: #C2C2C2. Windows color (decimal): -9244500 or 11333746. OLE color: 11333746.
HSL color Cylindrical-coordinate representation of color #72F0AC: hue angle of 147.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72F0AC is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 240 | 172 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.06 |
| HSL | 147.62º | 0.81% | 0.69% | - |
| HSV(B) | 147.62º | 0.53% | 0.94% | - |
| XYZ | 45.55 | 68.88 | 49.92 | - |
| YUV | 194.57 | 115.26 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 240 | 172 | 0.52 | 0 | 0.28 | 0.06 | 147.62 | 0.81 | 0.69 |
| Hex | 72 | F0 | AC | 34 | 0 | 1C | 6 | 94 | 51 | 45 |
| Octal | 162 | 360 | 254 | 64 | 0 | 34 | 6 | 224 | 121 | 105 |
| Binary | 1110010 | 11110000 | 10101100 | 110100 | 0 | 11100 | 110 | 10010100 | 1010001 | 1000101 |
Color Harmonies of #72F0AC
Complementary color
Monochromatic Colors of #72F0AC
Black with #72F0AC
Text Example
Text Example
White with #72F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F0AC; }
p { color: rgb(114,240,172); }
H1.HeaderClassName
{
color: #72F0AC;
}
.AnyTagClassName
{
color: #72F0AC;
}
</style>
background-color css
<style>
a { background-color: #72F0AC; }
a { background-color: rgb(114,240,172); }
div.DivClassName
{
background-color: #72F0AC;
}
.BgClassName
{
background-color: #72F0AC;
}
</style>
border-color css
<style>
span { border-color: #72F0AC; }
span { border-color: rgb(114,240,172); }
td.TdClassName
{
border-color: #72F0AC;
}
.TagClassName
{
border-color: #72F0AC;
}
</style>