Shades of Aquamarine #72FABB
Tints of Aquamarine #72FABB
RGB
CMYK
RGB Variations
Color information
#72FABB (or 0x72FABB) is known color: Aquamarine. HEX triplet: 72, FA and BB. RGB value is (114,250,187). Sum of RGB (Red+Green+Blue) = 114+250+187=551 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.69% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #72FABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FABB is #8D0544. Grayscale: #CACACA. Windows color (decimal): -9241925 or 12319346. OLE color: 12319346.
HSL color Cylindrical-coordinate representation of color #72FABB: hue angle of 152.21º degrees, saturation: 0.93, 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 #72FABB is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 250 | 187 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.02 |
| HSL | 152.21º | 0.93% | 0.71% | - |
| HSV(B) | 152.21º | 0.54% | 0.98% | - |
| XYZ | 50.09 | 75.54 | 58.95 | - |
| YUV | 202.15 | 119.44 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 250 | 187 | 0.54 | 0 | 0.25 | 0.02 | 152.21 | 0.93 | 0.71 |
| Hex | 72 | FA | BB | 36 | 0 | 19 | 2 | 98 | 5D | 47 |
| Octal | 162 | 372 | 273 | 66 | 0 | 31 | 2 | 230 | 135 | 107 |
| Binary | 1110010 | 11111010 | 10111011 | 110110 | 0 | 11001 | 10 | 10011000 | 1011101 | 1000111 |
Color Harmonies of #72FABB
Complementary color
Monochromatic Colors of #72FABB
Black with #72FABB
Text Example
Text Example
White with #72FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FABB; }
p { color: rgb(114,250,187); }
H1.HeaderClassName
{
color: #72FABB;
}
.AnyTagClassName
{
color: #72FABB;
}
</style>
background-color css
<style>
a { background-color: #72FABB; }
a { background-color: rgb(114,250,187); }
div.DivClassName
{
background-color: #72FABB;
}
.BgClassName
{
background-color: #72FABB;
}
</style>
border-color css
<style>
span { border-color: #72FABB; }
span { border-color: rgb(114,250,187); }
td.TdClassName
{
border-color: #72FABB;
}
.TagClassName
{
border-color: #72FABB;
}
</style>