Shades of Aquamarine #72FAC5
Tints of Aquamarine #72FAC5
RGB
CMYK
RGB Variations
Color information
#72FAC5 (or 0x72FAC5) is known color: Aquamarine. HEX triplet: 72, FA and C5. RGB value is (114,250,197). Sum of RGB (Red+Green+Blue) = 114+250+197=561 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.32% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #72FAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FAC5 is #8D053A. Grayscale: #CBCBCB. Windows color (decimal): -9241915 or 12974706. OLE color: 12974706.
HSL color Cylindrical-coordinate representation of color #72FAC5: hue angle of 156.62º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72FAC5 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 250 | 197 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.02 |
| HSL | 156.62º | 0.93% | 0.71% | - |
| HSV(B) | 156.62º | 0.54% | 0.98% | - |
| XYZ | 51.2 | 75.98 | 64.79 | - |
| YUV | 203.29 | 124.44 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 250 | 197 | 0.54 | 0 | 0.21 | 0.02 | 156.62 | 0.93 | 0.71 |
| Hex | 72 | FA | C5 | 36 | 0 | 15 | 2 | 9D | 5D | 47 |
| Octal | 162 | 372 | 305 | 66 | 0 | 25 | 2 | 235 | 135 | 107 |
| Binary | 1110010 | 11111010 | 11000101 | 110110 | 0 | 10101 | 10 | 10011101 | 1011101 | 1000111 |
Color Harmonies of #72FAC5
Complementary color
Monochromatic Colors of #72FAC5
Black with #72FAC5
Text Example
Text Example
White with #72FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FAC5; }
p { color: rgb(114,250,197); }
H1.HeaderClassName
{
color: #72FAC5;
}
.AnyTagClassName
{
color: #72FAC5;
}
</style>
background-color css
<style>
a { background-color: #72FAC5; }
a { background-color: rgb(114,250,197); }
div.DivClassName
{
background-color: #72FAC5;
}
.BgClassName
{
background-color: #72FAC5;
}
</style>
border-color css
<style>
span { border-color: #72FAC5; }
span { border-color: rgb(114,250,197); }
td.TdClassName
{
border-color: #72FAC5;
}
.TagClassName
{
border-color: #72FAC5;
}
</style>