Shades of Aquamarine #72FDB6
Tints of Aquamarine #72FDB6
RGB
CMYK
RGB Variations
Color information
#72FDB6 (or 0x72FDB6) is known color: Aquamarine. HEX triplet: 72, FD and B6. RGB value is (114,253,182). Sum of RGB (Red+Green+Blue) = 114+253+182=549 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.77% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #72FDB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FDB6 is #8D0249. Grayscale: #CBCBCB. Windows color (decimal): -9241162 or 11992434. OLE color: 11992434.
HSL color Cylindrical-coordinate representation of color #72FDB6: hue angle of 149.35º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FDB6 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 253 | 182 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.01 |
| HSL | 149.35º | 0.97% | 0.72% | - |
| HSV(B) | 149.35º | 0.55% | 0.99% | - |
| XYZ | 50.51 | 77.21 | 56.5 | - |
| YUV | 203.35 | 115.95 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 253 | 182 | 0.55 | 0 | 0.28 | 0.01 | 149.35 | 0.97 | 0.72 |
| Hex | 72 | FD | B6 | 37 | 0 | 1C | 1 | 95 | 61 | 48 |
| Octal | 162 | 375 | 266 | 67 | 0 | 34 | 1 | 225 | 141 | 110 |
| Binary | 1110010 | 11111101 | 10110110 | 110111 | 0 | 11100 | 1 | 10010101 | 1100001 | 1001000 |
Color Harmonies of #72FDB6
Complementary color
Monochromatic Colors of #72FDB6
Black with #72FDB6
Text Example
Text Example
White with #72FDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FDB6; }
p { color: rgb(114,253,182); }
H1.HeaderClassName
{
color: #72FDB6;
}
.AnyTagClassName
{
color: #72FDB6;
}
</style>
background-color css
<style>
a { background-color: #72FDB6; }
a { background-color: rgb(114,253,182); }
div.DivClassName
{
background-color: #72FDB6;
}
.BgClassName
{
background-color: #72FDB6;
}
</style>
border-color css
<style>
span { border-color: #72FDB6; }
span { border-color: rgb(114,253,182); }
td.TdClassName
{
border-color: #72FDB6;
}
.TagClassName
{
border-color: #72FDB6;
}
</style>