Shades of Medium Aquamarine #72CFA0
Tints of Medium Aquamarine #72CFA0
RGB
CMYK
RGB Variations
Color information
#72CFA0 (or 0x72CFA0) is known color: Medium Aquamarine. HEX triplet: 72, CF and A0. RGB value is (114,207,160). Sum of RGB (Red+Green+Blue) = 114+207+160=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CFA0 is #8D305F. Grayscale: #ADADAD. Windows color (decimal): -9252960 or 10538866. OLE color: 10538866.
HSL color Cylindrical-coordinate representation of color #72CFA0: hue angle of 149.68º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CFA0 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 160 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.19 |
| HSL | 149.68º | 0.49% | 0.63% | - |
| HSV(B) | 149.68º | 0.45% | 0.81% | - |
| XYZ | 35.6 | 50.74 | 41.18 | - |
| YUV | 173.84 | 120.19 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 160 | 0.45 | 0 | 0.23 | 0.19 | 149.68 | 0.49 | 0.63 |
| Hex | 72 | CF | A0 | 2D | 0 | 17 | 13 | 96 | 31 | 3F |
| Octal | 162 | 317 | 240 | 55 | 0 | 27 | 23 | 226 | 61 | 77 |
| Binary | 1110010 | 11001111 | 10100000 | 101101 | 0 | 10111 | 10011 | 10010110 | 110001 | 111111 |
Color Harmonies of #72CFA0
Complementary color
Monochromatic Colors of #72CFA0
Black with #72CFA0
Text Example
Text Example
White with #72CFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CFA0; }
p { color: rgb(114,207,160); }
H1.HeaderClassName
{
color: #72CFA0;
}
.AnyTagClassName
{
color: #72CFA0;
}
</style>
background-color css
<style>
a { background-color: #72CFA0; }
a { background-color: rgb(114,207,160); }
div.DivClassName
{
background-color: #72CFA0;
}
.BgClassName
{
background-color: #72CFA0;
}
</style>
border-color css
<style>
span { border-color: #72CFA0; }
span { border-color: rgb(114,207,160); }
td.TdClassName
{
border-color: #72CFA0;
}
.TagClassName
{
border-color: #72CFA0;
}
</style>