Shades of Aquamarine #72F9BF
Tints of Aquamarine #72F9BF
RGB
CMYK
RGB Variations
Color information
#72F9BF (or 0x72F9BF) is known color: Aquamarine. HEX triplet: 72, F9 and BF. RGB value is (114,249,191). Sum of RGB (Red+Green+Blue) = 114+249+191=554 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.58% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #72F9BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F9BF is #8D0640. Grayscale: #CACACA. Windows color (decimal): -9242177 or 12581234. OLE color: 12581234.
HSL color Cylindrical-coordinate representation of color #72F9BF: hue angle of 154.22º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F9BF is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 249 | 191 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.02 |
| HSL | 154.22º | 0.92% | 0.71% | - |
| HSV(B) | 154.22º | 0.54% | 0.98% | - |
| XYZ | 50.22 | 75.09 | 61.14 | - |
| YUV | 202.02 | 121.77 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 249 | 191 | 0.54 | 0 | 0.23 | 0.02 | 154.22 | 0.92 | 0.71 |
| Hex | 72 | F9 | BF | 36 | 0 | 17 | 2 | 9A | 5C | 47 |
| Octal | 162 | 371 | 277 | 66 | 0 | 27 | 2 | 232 | 134 | 107 |
| Binary | 1110010 | 11111001 | 10111111 | 110110 | 0 | 10111 | 10 | 10011010 | 1011100 | 1000111 |
Color Harmonies of #72F9BF
Complementary color
Monochromatic Colors of #72F9BF
Black with #72F9BF
Text Example
Text Example
White with #72F9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F9BF; }
p { color: rgb(114,249,191); }
H1.HeaderClassName
{
color: #72F9BF;
}
.AnyTagClassName
{
color: #72F9BF;
}
</style>
background-color css
<style>
a { background-color: #72F9BF; }
a { background-color: rgb(114,249,191); }
div.DivClassName
{
background-color: #72F9BF;
}
.BgClassName
{
background-color: #72F9BF;
}
</style>
border-color css
<style>
span { border-color: #72F9BF; }
span { border-color: rgb(114,249,191); }
td.TdClassName
{
border-color: #72F9BF;
}
.TagClassName
{
border-color: #72F9BF;
}
</style>