Shades of Aquamarine #72F6E0
Tints of Aquamarine #72F6E0
RGB
CMYK
RGB Variations
Color information
#72F6E0 (or 0x72F6E0) is known color: Aquamarine. HEX triplet: 72, F6 and E0. RGB value is (114,246,224). Sum of RGB (Red+Green+Blue) = 114+246+224=584 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.52% from 584); Green value is 246 (96.48% from 255 or 42.12% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 246 - color contains mainly: green. Hex color #72F6E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F6E0 is #8D091F. Grayscale: #CBCBCB. Windows color (decimal): -9242912 or 14743154. OLE color: 14743154.
HSL color Cylindrical-coordinate representation of color #72F6E0: hue angle of 170º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F6E0 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 246 | 224 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.04 |
| HSL | 170º | 0.88% | 0.71% | - |
| HSV(B) | 170º | 0.54% | 0.96% | - |
| XYZ | 53.35 | 74.87 | 82.16 | - |
| YUV | 204.02 | 139.27 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 246 | 224 | 0.54 | 0 | 0.09 | 0.04 | 170 | 0.88 | 0.71 |
| Hex | 72 | F6 | E0 | 36 | 0 | 9 | 4 | AA | 58 | 47 |
| Octal | 162 | 366 | 340 | 66 | 0 | 11 | 4 | 252 | 130 | 107 |
| Binary | 1110010 | 11110110 | 11100000 | 110110 | 0 | 1001 | 100 | 10101010 | 1011000 | 1000111 |
Color Harmonies of #72F6E0
Complementary color
Monochromatic Colors of #72F6E0
Black with #72F6E0
Text Example
Text Example
White with #72F6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F6E0; }
p { color: rgb(114,246,224); }
H1.HeaderClassName
{
color: #72F6E0;
}
.AnyTagClassName
{
color: #72F6E0;
}
</style>
background-color css
<style>
a { background-color: #72F6E0; }
a { background-color: rgb(114,246,224); }
div.DivClassName
{
background-color: #72F6E0;
}
.BgClassName
{
background-color: #72F6E0;
}
</style>
border-color css
<style>
span { border-color: #72F6E0; }
span { border-color: rgb(114,246,224); }
td.TdClassName
{
border-color: #72F6E0;
}
.TagClassName
{
border-color: #72F6E0;
}
</style>