Shades of Aquamarine #72F7B2
Tints of Aquamarine #72F7B2
RGB
CMYK
RGB Variations
Color information
#72F7B2 (or 0x72F7B2) is known color: Aquamarine. HEX triplet: 72, F7 and B2. RGB value is (114,247,178). Sum of RGB (Red+Green+Blue) = 114+247+178=539 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.15% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #72F7B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F7B2 is #8D084D. Grayscale: #C7C7C7. Windows color (decimal): -9242702 or 11728754. OLE color: 11728754.
HSL color Cylindrical-coordinate representation of color #72F7B2: hue angle of 148.87º 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 #72F7B2 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 247 | 178 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.03 |
| HSL | 148.87º | 0.89% | 0.71% | - |
| HSV(B) | 148.87º | 0.54% | 0.97% | - |
| XYZ | 48.24 | 73.31 | 53.73 | - |
| YUV | 199.37 | 115.94 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 247 | 178 | 0.54 | 0 | 0.28 | 0.03 | 148.87 | 0.89 | 0.71 |
| Hex | 72 | F7 | B2 | 36 | 0 | 1C | 3 | 95 | 59 | 47 |
| Octal | 162 | 367 | 262 | 66 | 0 | 34 | 3 | 225 | 131 | 107 |
| Binary | 1110010 | 11110111 | 10110010 | 110110 | 0 | 11100 | 11 | 10010101 | 1011001 | 1000111 |
Color Harmonies of #72F7B2
Complementary color
Monochromatic Colors of #72F7B2
Black with #72F7B2
Text Example
Text Example
White with #72F7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F7B2; }
p { color: rgb(114,247,178); }
H1.HeaderClassName
{
color: #72F7B2;
}
.AnyTagClassName
{
color: #72F7B2;
}
</style>
background-color css
<style>
a { background-color: #72F7B2; }
a { background-color: rgb(114,247,178); }
div.DivClassName
{
background-color: #72F7B2;
}
.BgClassName
{
background-color: #72F7B2;
}
</style>
border-color css
<style>
span { border-color: #72F7B2; }
span { border-color: rgb(114,247,178); }
td.TdClassName
{
border-color: #72F7B2;
}
.TagClassName
{
border-color: #72F7B2;
}
</style>