Shades of Aquamarine #72F0D9
Tints of Aquamarine #72F0D9
RGB
CMYK
RGB Variations
Color information
#72F0D9 (or 0x72F0D9) is known color: Aquamarine. HEX triplet: 72, F0 and D9. RGB value is (114,240,217). Sum of RGB (Red+Green+Blue) = 114+240+217=571 (75% of max value = 765). Red value is 114 (44.92% from 255 or 19.96% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #72F0D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F0D9 is #8D0F26. Grayscale: #C7C7C7. Windows color (decimal): -9244455 or 14282866. OLE color: 14282866.
HSL color Cylindrical-coordinate representation of color #72F0D9: hue angle of 169.05º 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 #72F0D9 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 240 | 217 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.06 |
| HSL | 169.05º | 0.81% | 0.69% | - |
| HSV(B) | 169.05º | 0.53% | 0.94% | - |
| XYZ | 50.62 | 70.91 | 76.66 | - |
| YUV | 199.7 | 137.76 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 240 | 217 | 0.52 | 0 | 0.10 | 0.06 | 169.05 | 0.81 | 0.69 |
| Hex | 72 | F0 | D9 | 34 | 0 | A | 6 | A9 | 51 | 45 |
| Octal | 162 | 360 | 331 | 64 | 0 | 12 | 6 | 251 | 121 | 105 |
| Binary | 1110010 | 11110000 | 11011001 | 110100 | 0 | 1010 | 110 | 10101001 | 1010001 | 1000101 |
Color Harmonies of #72F0D9
Complementary color
Monochromatic Colors of #72F0D9
Black with #72F0D9
Text Example
Text Example
White with #72F0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F0D9; }
p { color: rgb(114,240,217); }
H1.HeaderClassName
{
color: #72F0D9;
}
.AnyTagClassName
{
color: #72F0D9;
}
</style>
background-color css
<style>
a { background-color: #72F0D9; }
a { background-color: rgb(114,240,217); }
div.DivClassName
{
background-color: #72F0D9;
}
.BgClassName
{
background-color: #72F0D9;
}
</style>
border-color css
<style>
span { border-color: #72F0D9; }
span { border-color: rgb(114,240,217); }
td.TdClassName
{
border-color: #72F0D9;
}
.TagClassName
{
border-color: #72F0D9;
}
</style>