Shades of Aquamarine #72EFC7
Tints of Aquamarine #72EFC7
RGB
CMYK
RGB Variations
Color information
#72EFC7 (or 0x72EFC7) is known color: Aquamarine. HEX triplet: 72, EF and C7. RGB value is (114,239,199). Sum of RGB (Red+Green+Blue) = 114+239+199=552 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.65% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #72EFC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EFC7 is #8D1038. Grayscale: #C5C5C5. Windows color (decimal): -9244729 or 13102962. OLE color: 13102962.
HSL color Cylindrical-coordinate representation of color #72EFC7: hue angle of 160.8º degrees, saturation: 0.8, 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 #72EFC7 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 239 | 199 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.06 |
| HSL | 160.8º | 0.8% | 0.69% | - |
| HSV(B) | 160.8º | 0.52% | 0.94% | - |
| XYZ | 48.11 | 69.43 | 64.9 | - |
| YUV | 197.07 | 129.09 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 239 | 199 | 0.52 | 0 | 0.17 | 0.06 | 160.8 | 0.8 | 0.69 |
| Hex | 72 | EF | C7 | 34 | 0 | 11 | 6 | A1 | 50 | 45 |
| Octal | 162 | 357 | 307 | 64 | 0 | 21 | 6 | 241 | 120 | 105 |
| Binary | 1110010 | 11101111 | 11000111 | 110100 | 0 | 10001 | 110 | 10100001 | 1010000 | 1000101 |
Color Harmonies of #72EFC7
Complementary color
Monochromatic Colors of #72EFC7
Black with #72EFC7
Text Example
Text Example
White with #72EFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EFC7; }
p { color: rgb(114,239,199); }
H1.HeaderClassName
{
color: #72EFC7;
}
.AnyTagClassName
{
color: #72EFC7;
}
</style>
background-color css
<style>
a { background-color: #72EFC7; }
a { background-color: rgb(114,239,199); }
div.DivClassName
{
background-color: #72EFC7;
}
.BgClassName
{
background-color: #72EFC7;
}
</style>
border-color css
<style>
span { border-color: #72EFC7; }
span { border-color: rgb(114,239,199); }
td.TdClassName
{
border-color: #72EFC7;
}
.TagClassName
{
border-color: #72EFC7;
}
</style>