Shades of Aquamarine #72FEAD
Tints of Aquamarine #72FEAD
RGB
CMYK
RGB Variations
Color information
#72FEAD (or 0x72FEAD) is known color: Aquamarine. HEX triplet: 72, FE and AD. RGB value is (114,254,173). Sum of RGB (Red+Green+Blue) = 114+254+173=541 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.07% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #72FEAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FEAD is #8D0152. Grayscale: #CBCBCB. Windows color (decimal): -9240915 or 11402866. OLE color: 11402866.
HSL color Cylindrical-coordinate representation of color #72FEAD: hue angle of 145.29º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FEAD is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 254 | 173 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.00 |
| HSL | 145.29º | 0.99% | 0.72% | - |
| HSV(B) | 145.29º | 0.55% | 1% | - |
| XYZ | 49.92 | 77.48 | 51.86 | - |
| YUV | 202.91 | 111.12 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 254 | 173 | 0.55 | 0 | 0.32 | 0.00 | 145.29 | 0.99 | 0.72 |
| Hex | 72 | FE | AD | 37 | 0 | 20 | 0 | 91 | 63 | 48 |
| Octal | 162 | 376 | 255 | 67 | 0 | 40 | 0 | 221 | 143 | 110 |
| Binary | 1110010 | 11111110 | 10101101 | 110111 | 0 | 100000 | 0 | 10010001 | 1100011 | 1001000 |
Color Harmonies of #72FEAD
Complementary color
Monochromatic Colors of #72FEAD
Black with #72FEAD
Text Example
Text Example
White with #72FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FEAD; }
p { color: rgb(114,254,173); }
H1.HeaderClassName
{
color: #72FEAD;
}
.AnyTagClassName
{
color: #72FEAD;
}
</style>
background-color css
<style>
a { background-color: #72FEAD; }
a { background-color: rgb(114,254,173); }
div.DivClassName
{
background-color: #72FEAD;
}
.BgClassName
{
background-color: #72FEAD;
}
</style>
border-color css
<style>
span { border-color: #72FEAD; }
span { border-color: rgb(114,254,173); }
td.TdClassName
{
border-color: #72FEAD;
}
.TagClassName
{
border-color: #72FEAD;
}
</style>