Shades of Medium Aquamarine #72F6AA
Tints of Medium Aquamarine #72F6AA
RGB
CMYK
RGB Variations
Color information
#72F6AA (or 0x72F6AA) is known color: Medium Aquamarine. HEX triplet: 72, F6 and AA. RGB value is (114,246,170). Sum of RGB (Red+Green+Blue) = 114+246+170=530 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.51% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #72F6AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F6AA is #8D0955. Grayscale: #C6C6C6. Windows color (decimal): -9242966 or 11204210. OLE color: 11204210.
HSL color Cylindrical-coordinate representation of color #72F6AA: hue angle of 145.45º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F6AA is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 246 | 170 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.04 |
| HSL | 145.45º | 0.88% | 0.71% | - |
| HSV(B) | 145.45º | 0.54% | 0.96% | - |
| XYZ | 47.15 | 72.39 | 49.52 | - |
| YUV | 197.87 | 112.27 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 246 | 170 | 0.54 | 0 | 0.31 | 0.04 | 145.45 | 0.88 | 0.71 |
| Hex | 72 | F6 | AA | 36 | 0 | 1F | 4 | 91 | 58 | 47 |
| Octal | 162 | 366 | 252 | 66 | 0 | 37 | 4 | 221 | 130 | 107 |
| Binary | 1110010 | 11110110 | 10101010 | 110110 | 0 | 11111 | 100 | 10010001 | 1011000 | 1000111 |
Color Harmonies of #72F6AA
Complementary color
Monochromatic Colors of #72F6AA
Black with #72F6AA
Text Example
Text Example
White with #72F6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F6AA; }
p { color: rgb(114,246,170); }
H1.HeaderClassName
{
color: #72F6AA;
}
.AnyTagClassName
{
color: #72F6AA;
}
</style>
background-color css
<style>
a { background-color: #72F6AA; }
a { background-color: rgb(114,246,170); }
div.DivClassName
{
background-color: #72F6AA;
}
.BgClassName
{
background-color: #72F6AA;
}
</style>
border-color css
<style>
span { border-color: #72F6AA; }
span { border-color: rgb(114,246,170); }
td.TdClassName
{
border-color: #72F6AA;
}
.TagClassName
{
border-color: #72F6AA;
}
</style>