Shades of Aquamarine #72F8B1
Tints of Aquamarine #72F8B1
RGB
CMYK
RGB Variations
Color information
#72F8B1 (or 0x72F8B1) is known color: Aquamarine. HEX triplet: 72, F8 and B1. RGB value is (114,248,177). Sum of RGB (Red+Green+Blue) = 114+248+177=539 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.15% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #72F8B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F8B1 is #8D074E. Grayscale: #C7C7C7. Windows color (decimal): -9242447 or 11663474. OLE color: 11663474.
HSL color Cylindrical-coordinate representation of color #72F8B1: hue angle of 148.21º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F8B1 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 248 | 177 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.03 |
| HSL | 148.21º | 0.91% | 0.71% | - |
| HSV(B) | 148.21º | 0.54% | 0.97% | - |
| XYZ | 48.44 | 73.89 | 53.3 | - |
| YUV | 199.84 | 115.11 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 248 | 177 | 0.54 | 0 | 0.29 | 0.03 | 148.21 | 0.91 | 0.71 |
| Hex | 72 | F8 | B1 | 36 | 0 | 1D | 3 | 94 | 5B | 47 |
| Octal | 162 | 370 | 261 | 66 | 0 | 35 | 3 | 224 | 133 | 107 |
| Binary | 1110010 | 11111000 | 10110001 | 110110 | 0 | 11101 | 11 | 10010100 | 1011011 | 1000111 |
Color Harmonies of #72F8B1
Complementary color
Monochromatic Colors of #72F8B1
Black with #72F8B1
Text Example
Text Example
White with #72F8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F8B1; }
p { color: rgb(114,248,177); }
H1.HeaderClassName
{
color: #72F8B1;
}
.AnyTagClassName
{
color: #72F8B1;
}
</style>
background-color css
<style>
a { background-color: #72F8B1; }
a { background-color: rgb(114,248,177); }
div.DivClassName
{
background-color: #72F8B1;
}
.BgClassName
{
background-color: #72F8B1;
}
</style>
border-color css
<style>
span { border-color: #72F8B1; }
span { border-color: rgb(114,248,177); }
td.TdClassName
{
border-color: #72F8B1;
}
.TagClassName
{
border-color: #72F8B1;
}
</style>