Shades of Aquamarine #72FFAE
Tints of Aquamarine #72FFAE
RGB
CMYK
RGB Variations
Color information
#72FFAE (or 0x72FFAE) is known color: Aquamarine. HEX triplet: 72, FF and AE. RGB value is (114,255,174). Sum of RGB (Red+Green+Blue) = 114+255+174=543 (71% of max value = 765). Red value is 114 (44.92% from 255 or 20.99% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FFAE is #8D0051. Grayscale: #CBCBCB. Windows color (decimal): -9240658 or 11468658. OLE color: 11468658.
HSL color Cylindrical-coordinate representation of color #72FFAE: hue angle of 145.53º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FFAE is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 174 | - |
| CMYK | 0.55 | 0 | 0.32 | 0 |
| HSL | 145.53º | 1% | 0.72% | - |
| HSV(B) | 145.53º | 0.55% | 1% | - |
| XYZ | 50.34 | 78.15 | 52.48 | - |
| YUV | 203.61 | 111.29 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 174 | 0.55 | 0 | 0.32 | 0 | 145.53 | 1 | 0.72 |
| Hex | 72 | FF | AE | 37 | 0 | 20 | 0 | 92 | 64 | 48 |
| Octal | 162 | 377 | 256 | 67 | 0 | 40 | 0 | 222 | 144 | 110 |
| Binary | 1110010 | 11111111 | 10101110 | 110111 | 0 | 100000 | 0 | 10010010 | 1100100 | 1001000 |
Color Harmonies of #72FFAE
Complementary color
Monochromatic Colors of #72FFAE
Black with #72FFAE
Text Example
Text Example
White with #72FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFAE; }
p { color: rgb(114,255,174); }
H1.HeaderClassName
{
color: #72FFAE;
}
.AnyTagClassName
{
color: #72FFAE;
}
</style>
background-color css
<style>
a { background-color: #72FFAE; }
a { background-color: rgb(114,255,174); }
div.DivClassName
{
background-color: #72FFAE;
}
.BgClassName
{
background-color: #72FFAE;
}
</style>
border-color css
<style>
span { border-color: #72FFAE; }
span { border-color: rgb(114,255,174); }
td.TdClassName
{
border-color: #72FFAE;
}
.TagClassName
{
border-color: #72FFAE;
}
</style>