Shades of Aquamarine #72E9D0
Tints of Aquamarine #72E9D0
RGB
CMYK
RGB Variations
Color information
#72E9D0 (or 0x72E9D0) is known color: Aquamarine. HEX triplet: 72, E9 and D0. RGB value is (114,233,208). Sum of RGB (Red+Green+Blue) = 114+233+208=555 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.54% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 233 - color contains mainly: green. Hex color #72E9D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E9D0 is #8D162F. Grayscale: #C2C2C2. Windows color (decimal): -9246256 or 13691250. OLE color: 13691250.
HSL color Cylindrical-coordinate representation of color #72E9D0: hue angle of 167.39º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E9D0 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 233 | 208 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.09 |
| HSL | 167.4º | 0.73% | 0.68% | - |
| HSV(B) | 167.4º | 0.51% | 0.91% | - |
| XYZ | 47.46 | 66.41 | 69.99 | - |
| YUV | 194.57 | 135.58 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 233 | 208 | 0.51 | 0 | 0.11 | 0.09 | 167.4 | 0.73 | 0.68 |
| Hex | 72 | E9 | D0 | 33 | 0 | B | 9 | A7 | 49 | 44 |
| Octal | 162 | 351 | 320 | 63 | 0 | 13 | 11 | 247 | 111 | 104 |
| Binary | 1110010 | 11101001 | 11010000 | 110011 | 0 | 1011 | 1001 | 10100111 | 1001001 | 1000100 |
Color Harmonies of #72E9D0
Complementary color
Monochromatic Colors of #72E9D0
Black with #72E9D0
Text Example
Text Example
White with #72E9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E9D0; }
p { color: rgb(114,233,208); }
H1.HeaderClassName
{
color: #72E9D0;
}
.AnyTagClassName
{
color: #72E9D0;
}
</style>
background-color css
<style>
a { background-color: #72E9D0; }
a { background-color: rgb(114,233,208); }
div.DivClassName
{
background-color: #72E9D0;
}
.BgClassName
{
background-color: #72E9D0;
}
</style>
border-color css
<style>
span { border-color: #72E9D0; }
span { border-color: rgb(114,233,208); }
td.TdClassName
{
border-color: #72E9D0;
}
.TagClassName
{
border-color: #72E9D0;
}
</style>