Shades of Aquamarine #72FFBF
Tints of Aquamarine #72FFBF
RGB
CMYK
RGB Variations
Color information
#72FFBF (or 0x72FFBF) is known color: Aquamarine. HEX triplet: 72, FF and BF. RGB value is (114,255,191). Sum of RGB (Red+Green+Blue) = 114+255+191=560 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.36% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFBF is #8D0040. Grayscale: #CDCDCD. Windows color (decimal): -9240641 or 12582770. OLE color: 12582770.
HSL color Cylindrical-coordinate representation of color #72FFBF: hue angle of 152.77º 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 #72FFBF is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 191 | - |
| CMYK | 0.55 | 0 | 0.25 | 0 |
| HSL | 152.77º | 1% | 0.72% | - |
| HSV(B) | 152.77º | 0.55% | 1% | - |
| XYZ | 52.1 | 78.86 | 61.77 | - |
| YUV | 205.55 | 119.79 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 191 | 0.55 | 0 | 0.25 | 0 | 152.77 | 1 | 0.72 |
| Hex | 72 | FF | BF | 37 | 0 | 19 | 0 | 99 | 64 | 48 |
| Octal | 162 | 377 | 277 | 67 | 0 | 31 | 0 | 231 | 144 | 110 |
| Binary | 1110010 | 11111111 | 10111111 | 110111 | 0 | 11001 | 0 | 10011001 | 1100100 | 1001000 |
Color Harmonies of #72FFBF
Complementary color
Monochromatic Colors of #72FFBF
Black with #72FFBF
Text Example
Text Example
White with #72FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFBF; }
p { color: rgb(114,255,191); }
H1.HeaderClassName
{
color: #72FFBF;
}
.AnyTagClassName
{
color: #72FFBF;
}
</style>
background-color css
<style>
a { background-color: #72FFBF; }
a { background-color: rgb(114,255,191); }
div.DivClassName
{
background-color: #72FFBF;
}
.BgClassName
{
background-color: #72FFBF;
}
</style>
border-color css
<style>
span { border-color: #72FFBF; }
span { border-color: rgb(114,255,191); }
td.TdClassName
{
border-color: #72FFBF;
}
.TagClassName
{
border-color: #72FFBF;
}
</style>