Shades of Aquamarine #72F2BD
Tints of Aquamarine #72F2BD
RGB
CMYK
RGB Variations
Color information
#72F2BD (or 0x72F2BD) is known color: Aquamarine. HEX triplet: 72, F2 and BD. RGB value is (114,242,189). Sum of RGB (Red+Green+Blue) = 114+242+189=545 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.92% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #72F2BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F2BD is #8D0D42. Grayscale: #C5C5C5. Windows color (decimal): -9243971 or 12448370. OLE color: 12448370.
HSL color Cylindrical-coordinate representation of color #72F2BD: hue angle of 155.16º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F2BD is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 242 | 189 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.05 |
| HSL | 155.16º | 0.83% | 0.7% | - |
| HSV(B) | 155.16º | 0.53% | 0.95% | - |
| XYZ | 47.88 | 70.76 | 59.28 | - |
| YUV | 197.69 | 123.09 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 242 | 189 | 0.53 | 0 | 0.22 | 0.05 | 155.16 | 0.83 | 0.7 |
| Hex | 72 | F2 | BD | 35 | 0 | 16 | 5 | 9B | 53 | 46 |
| Octal | 162 | 362 | 275 | 65 | 0 | 26 | 5 | 233 | 123 | 106 |
| Binary | 1110010 | 11110010 | 10111101 | 110101 | 0 | 10110 | 101 | 10011011 | 1010011 | 1000110 |
Color Harmonies of #72F2BD
Complementary color
Monochromatic Colors of #72F2BD
Black with #72F2BD
Text Example
Text Example
White with #72F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F2BD; }
p { color: rgb(114,242,189); }
H1.HeaderClassName
{
color: #72F2BD;
}
.AnyTagClassName
{
color: #72F2BD;
}
</style>
background-color css
<style>
a { background-color: #72F2BD; }
a { background-color: rgb(114,242,189); }
div.DivClassName
{
background-color: #72F2BD;
}
.BgClassName
{
background-color: #72F2BD;
}
</style>
border-color css
<style>
span { border-color: #72F2BD; }
span { border-color: rgb(114,242,189); }
td.TdClassName
{
border-color: #72F2BD;
}
.TagClassName
{
border-color: #72F2BD;
}
</style>