Shades of Aquamarine #72F7BA
Tints of Aquamarine #72F7BA
RGB
CMYK
RGB Variations
Color information
#72F7BA (or 0x72F7BA) is known color: Aquamarine. HEX triplet: 72, F7 and BA. RGB value is (114,247,186). Sum of RGB (Red+Green+Blue) = 114+247+186=547 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.84% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #72F7BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F7BA is #8D0845. Grayscale: #C8C8C8. Windows color (decimal): -9242694 or 12253042. OLE color: 12253042.
HSL color Cylindrical-coordinate representation of color #72F7BA: hue angle of 152.48º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F7BA is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 247 | 186 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.03 |
| HSL | 152.48º | 0.89% | 0.71% | - |
| HSV(B) | 152.48º | 0.54% | 0.97% | - |
| XYZ | 49.06 | 73.64 | 58.08 | - |
| YUV | 200.28 | 119.94 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 247 | 186 | 0.54 | 0 | 0.25 | 0.03 | 152.48 | 0.89 | 0.71 |
| Hex | 72 | F7 | BA | 36 | 0 | 19 | 3 | 98 | 59 | 47 |
| Octal | 162 | 367 | 272 | 66 | 0 | 31 | 3 | 230 | 131 | 107 |
| Binary | 1110010 | 11110111 | 10111010 | 110110 | 0 | 11001 | 11 | 10011000 | 1011001 | 1000111 |
Color Harmonies of #72F7BA
Complementary color
Monochromatic Colors of #72F7BA
Black with #72F7BA
Text Example
Text Example
White with #72F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F7BA; }
p { color: rgb(114,247,186); }
H1.HeaderClassName
{
color: #72F7BA;
}
.AnyTagClassName
{
color: #72F7BA;
}
</style>
background-color css
<style>
a { background-color: #72F7BA; }
a { background-color: rgb(114,247,186); }
div.DivClassName
{
background-color: #72F7BA;
}
.BgClassName
{
background-color: #72F7BA;
}
</style>
border-color css
<style>
span { border-color: #72F7BA; }
span { border-color: rgb(114,247,186); }
td.TdClassName
{
border-color: #72F7BA;
}
.TagClassName
{
border-color: #72F7BA;
}
</style>