Shades of Aquamarine #72F7B4
Tints of Aquamarine #72F7B4
RGB
CMYK
RGB Variations
Color information
#72F7B4 (or 0x72F7B4) is known color: Aquamarine. HEX triplet: 72, F7 and B4. RGB value is (114,247,180). Sum of RGB (Red+Green+Blue) = 114+247+180=541 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.07% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #72F7B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F7B4 is #8D084B. Grayscale: #C7C7C7. Windows color (decimal): -9242700 or 11859826. OLE color: 11859826.
HSL color Cylindrical-coordinate representation of color #72F7B4: hue angle of 149.77º degrees, saturation: 0.89, 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 #72F7B4 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 247 | 180 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.03 |
| HSL | 149.77º | 0.89% | 0.71% | - |
| HSV(B) | 149.77º | 0.54% | 0.97% | - |
| XYZ | 48.44 | 73.39 | 54.79 | - |
| YUV | 199.6 | 116.94 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 247 | 180 | 0.54 | 0 | 0.27 | 0.03 | 149.77 | 0.89 | 0.71 |
| Hex | 72 | F7 | B4 | 36 | 0 | 1B | 3 | 96 | 59 | 47 |
| Octal | 162 | 367 | 264 | 66 | 0 | 33 | 3 | 226 | 131 | 107 |
| Binary | 1110010 | 11110111 | 10110100 | 110110 | 0 | 11011 | 11 | 10010110 | 1011001 | 1000111 |
Color Harmonies of #72F7B4
Complementary color
Monochromatic Colors of #72F7B4
Black with #72F7B4
Text Example
Text Example
White with #72F7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F7B4; }
p { color: rgb(114,247,180); }
H1.HeaderClassName
{
color: #72F7B4;
}
.AnyTagClassName
{
color: #72F7B4;
}
</style>
background-color css
<style>
a { background-color: #72F7B4; }
a { background-color: rgb(114,247,180); }
div.DivClassName
{
background-color: #72F7B4;
}
.BgClassName
{
background-color: #72F7B4;
}
</style>
border-color css
<style>
span { border-color: #72F7B4; }
span { border-color: rgb(114,247,180); }
td.TdClassName
{
border-color: #72F7B4;
}
.TagClassName
{
border-color: #72F7B4;
}
</style>