Shades of Aquamarine #72FFAA
Tints of Aquamarine #72FFAA
RGB
CMYK
RGB Variations
Color information
#72FFAA (or 0x72FFAA) is known color: Aquamarine. HEX triplet: 72, FF and AA. RGB value is (114,255,170). Sum of RGB (Red+Green+Blue) = 114+255+170=539 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.15% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FFAA is #8D0055. Grayscale: #CBCBCB. Windows color (decimal): -9240662 or 11206514. OLE color: 11206514.
HSL color Cylindrical-coordinate representation of color #72FFAA: hue angle of 143.83º 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 #72FFAA is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 170 | - |
| CMYK | 0.55 | 0 | 0.33 | 0 |
| HSL | 143.83º | 1% | 0.72% | - |
| HSV(B) | 143.83º | 0.55% | 1% | - |
| XYZ | 49.96 | 78 | 50.45 | - |
| YUV | 203.15 | 109.29 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 170 | 0.55 | 0 | 0.33 | 0 | 143.83 | 1 | 0.72 |
| Hex | 72 | FF | AA | 37 | 0 | 21 | 0 | 90 | 64 | 48 |
| Octal | 162 | 377 | 252 | 67 | 0 | 41 | 0 | 220 | 144 | 110 |
| Binary | 1110010 | 11111111 | 10101010 | 110111 | 0 | 100001 | 0 | 10010000 | 1100100 | 1001000 |
Color Harmonies of #72FFAA
Complementary color
Monochromatic Colors of #72FFAA
Black with #72FFAA
Text Example
Text Example
White with #72FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFAA; }
p { color: rgb(114,255,170); }
H1.HeaderClassName
{
color: #72FFAA;
}
.AnyTagClassName
{
color: #72FFAA;
}
</style>
background-color css
<style>
a { background-color: #72FFAA; }
a { background-color: rgb(114,255,170); }
div.DivClassName
{
background-color: #72FFAA;
}
.BgClassName
{
background-color: #72FFAA;
}
</style>
border-color css
<style>
span { border-color: #72FFAA; }
span { border-color: rgb(114,255,170); }
td.TdClassName
{
border-color: #72FFAA;
}
.TagClassName
{
border-color: #72FFAA;
}
</style>