Shades of Medium Aquamarine #72C9A8
Tints of Medium Aquamarine #72C9A8
RGB
CMYK
RGB Variations
Color information
#72C9A8 (or 0x72C9A8) is known color: Medium Aquamarine. HEX triplet: 72, C9 and A8. RGB value is (114,201,168). Sum of RGB (Red+Green+Blue) = 114+201+168=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #72C9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C9A8 is #8D3657. Grayscale: #ABABAB. Windows color (decimal): -9254488 or 11061618. OLE color: 11061618.
HSL color Cylindrical-coordinate representation of color #72C9A8: hue angle of 157.24º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C9A8 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 201 | 168 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.21 |
| HSL | 157.24º | 0.45% | 0.62% | - |
| HSV(B) | 157.24º | 0.43% | 0.79% | - |
| XYZ | 34.89 | 48.18 | 44.51 | - |
| YUV | 171.23 | 126.18 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 201 | 168 | 0.43 | 0 | 0.16 | 0.21 | 157.24 | 0.45 | 0.62 |
| Hex | 72 | C9 | A8 | 2B | 0 | 10 | 15 | 9D | 2D | 3E |
| Octal | 162 | 311 | 250 | 53 | 0 | 20 | 25 | 235 | 55 | 76 |
| Binary | 1110010 | 11001001 | 10101000 | 101011 | 0 | 10000 | 10101 | 10011101 | 101101 | 111110 |
Color Harmonies of #72C9A8
Complementary color
Monochromatic Colors of #72C9A8
Black with #72C9A8
Text Example
Text Example
White with #72C9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C9A8; }
p { color: rgb(114,201,168); }
H1.HeaderClassName
{
color: #72C9A8;
}
.AnyTagClassName
{
color: #72C9A8;
}
</style>
background-color css
<style>
a { background-color: #72C9A8; }
a { background-color: rgb(114,201,168); }
div.DivClassName
{
background-color: #72C9A8;
}
.BgClassName
{
background-color: #72C9A8;
}
</style>
border-color css
<style>
span { border-color: #72C9A8; }
span { border-color: rgb(114,201,168); }
td.TdClassName
{
border-color: #72C9A8;
}
.TagClassName
{
border-color: #72C9A8;
}
</style>