Shades of Aquamarine #72E9CF
Tints of Aquamarine #72E9CF
RGB
CMYK
RGB Variations
Color information
#72E9CF (or 0x72E9CF) is known color: Aquamarine. HEX triplet: 72, E9 and CF. RGB value is (114,233,207). Sum of RGB (Red+Green+Blue) = 114+233+207=554 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.58% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 233 - color contains mainly: green. Hex color #72E9CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E9CF is #8D1630. Grayscale: #C2C2C2. Windows color (decimal): -9246257 or 13625714. OLE color: 13625714.
HSL color Cylindrical-coordinate representation of color #72E9CF: hue angle of 166.89º 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 #72E9CF is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 233 | 207 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.09 |
| HSL | 166.89º | 0.73% | 0.68% | - |
| HSV(B) | 166.89º | 0.51% | 0.91% | - |
| XYZ | 47.34 | 66.36 | 69.35 | - |
| YUV | 194.46 | 135.08 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 233 | 207 | 0.51 | 0 | 0.11 | 0.09 | 166.89 | 0.73 | 0.68 |
| Hex | 72 | E9 | CF | 33 | 0 | B | 9 | A7 | 49 | 44 |
| Octal | 162 | 351 | 317 | 63 | 0 | 13 | 11 | 247 | 111 | 104 |
| Binary | 1110010 | 11101001 | 11001111 | 110011 | 0 | 1011 | 1001 | 10100111 | 1001001 | 1000100 |
Color Harmonies of #72E9CF
Complementary color
Monochromatic Colors of #72E9CF
Black with #72E9CF
Text Example
Text Example
White with #72E9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E9CF; }
p { color: rgb(114,233,207); }
H1.HeaderClassName
{
color: #72E9CF;
}
.AnyTagClassName
{
color: #72E9CF;
}
</style>
background-color css
<style>
a { background-color: #72E9CF; }
a { background-color: rgb(114,233,207); }
div.DivClassName
{
background-color: #72E9CF;
}
.BgClassName
{
background-color: #72E9CF;
}
</style>
border-color css
<style>
span { border-color: #72E9CF; }
span { border-color: rgb(114,233,207); }
td.TdClassName
{
border-color: #72E9CF;
}
.TagClassName
{
border-color: #72E9CF;
}
</style>