Shades of Aquamarine #72F0BC
Tints of Aquamarine #72F0BC
RGB
CMYK
RGB Variations
Color information
#72F0BC (or 0x72F0BC) is known color: Aquamarine. HEX triplet: 72, F0 and BC. RGB value is (114,240,188). Sum of RGB (Red+Green+Blue) = 114+240+188=542 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.03% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #72F0BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F0BC is #8D0F43. Grayscale: #C4C4C4. Windows color (decimal): -9244484 or 12382322. OLE color: 12382322.
HSL color Cylindrical-coordinate representation of color #72F0BC: hue angle of 155.24º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72F0BC is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 240 | 188 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.06 |
| HSL | 155.24º | 0.81% | 0.69% | - |
| HSV(B) | 155.24º | 0.53% | 0.94% | - |
| XYZ | 47.18 | 69.53 | 58.51 | - |
| YUV | 196.4 | 123.26 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 240 | 188 | 0.52 | 0 | 0.22 | 0.06 | 155.24 | 0.81 | 0.69 |
| Hex | 72 | F0 | BC | 34 | 0 | 16 | 6 | 9B | 51 | 45 |
| Octal | 162 | 360 | 274 | 64 | 0 | 26 | 6 | 233 | 121 | 105 |
| Binary | 1110010 | 11110000 | 10111100 | 110100 | 0 | 10110 | 110 | 10011011 | 1010001 | 1000101 |
Color Harmonies of #72F0BC
Complementary color
Monochromatic Colors of #72F0BC
Black with #72F0BC
Text Example
Text Example
White with #72F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F0BC; }
p { color: rgb(114,240,188); }
H1.HeaderClassName
{
color: #72F0BC;
}
.AnyTagClassName
{
color: #72F0BC;
}
</style>
background-color css
<style>
a { background-color: #72F0BC; }
a { background-color: rgb(114,240,188); }
div.DivClassName
{
background-color: #72F0BC;
}
.BgClassName
{
background-color: #72F0BC;
}
</style>
border-color css
<style>
span { border-color: #72F0BC; }
span { border-color: rgb(114,240,188); }
td.TdClassName
{
border-color: #72F0BC;
}
.TagClassName
{
border-color: #72F0BC;
}
</style>