Shades of Aquamarine #72F9BA
Tints of Aquamarine #72F9BA
RGB
CMYK
RGB Variations
Color information
#72F9BA (or 0x72F9BA) is known color: Aquamarine. HEX triplet: 72, F9 and BA. RGB value is (114,249,186). Sum of RGB (Red+Green+Blue) = 114+249+186=549 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.77% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #72F9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F9BA is #8D0645. Grayscale: #C9C9C9. Windows color (decimal): -9242182 or 12253554. OLE color: 12253554.
HSL color Cylindrical-coordinate representation of color #72F9BA: hue angle of 152º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F9BA is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 249 | 186 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.02 |
| HSL | 152º | 0.92% | 0.71% | - |
| HSV(B) | 152º | 0.54% | 0.98% | - |
| XYZ | 49.68 | 74.87 | 58.29 | - |
| YUV | 201.45 | 119.27 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 249 | 186 | 0.54 | 0 | 0.25 | 0.02 | 152 | 0.92 | 0.71 |
| Hex | 72 | F9 | BA | 36 | 0 | 19 | 2 | 98 | 5C | 47 |
| Octal | 162 | 371 | 272 | 66 | 0 | 31 | 2 | 230 | 134 | 107 |
| Binary | 1110010 | 11111001 | 10111010 | 110110 | 0 | 11001 | 10 | 10011000 | 1011100 | 1000111 |
Color Harmonies of #72F9BA
Complementary color
Monochromatic Colors of #72F9BA
Black with #72F9BA
Text Example
Text Example
White with #72F9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F9BA; }
p { color: rgb(114,249,186); }
H1.HeaderClassName
{
color: #72F9BA;
}
.AnyTagClassName
{
color: #72F9BA;
}
</style>
background-color css
<style>
a { background-color: #72F9BA; }
a { background-color: rgb(114,249,186); }
div.DivClassName
{
background-color: #72F9BA;
}
.BgClassName
{
background-color: #72F9BA;
}
</style>
border-color css
<style>
span { border-color: #72F9BA; }
span { border-color: rgb(114,249,186); }
td.TdClassName
{
border-color: #72F9BA;
}
.TagClassName
{
border-color: #72F9BA;
}
</style>