Shades of Medium Aquamarine #72C8AC
Tints of Medium Aquamarine #72C8AC
RGB
CMYK
RGB Variations
Color information
#72C8AC (or 0x72C8AC) is known color: Medium Aquamarine. HEX triplet: 72, C8 and AC. RGB value is (114,200,172). Sum of RGB (Red+Green+Blue) = 114+200+172=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #72C8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C8AC is #8D3753. Grayscale: #ABABAB. Windows color (decimal): -9254740 or 11323506. OLE color: 11323506.
HSL color Cylindrical-coordinate representation of color #72C8AC: hue angle of 160.47º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C8AC is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 200 | 172 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.22 |
| HSL | 160.47º | 0.44% | 0.62% | - |
| HSV(B) | 160.47º | 0.43% | 0.78% | - |
| XYZ | 35.04 | 47.86 | 46.42 | - |
| YUV | 171.09 | 128.51 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 200 | 172 | 0.43 | 0 | 0.14 | 0.22 | 160.47 | 0.44 | 0.62 |
| Hex | 72 | C8 | AC | 2B | 0 | E | 16 | A0 | 2C | 3E |
| Octal | 162 | 310 | 254 | 53 | 0 | 16 | 26 | 240 | 54 | 76 |
| Binary | 1110010 | 11001000 | 10101100 | 101011 | 0 | 1110 | 10110 | 10100000 | 101100 | 111110 |
Color Harmonies of #72C8AC
Complementary color
Monochromatic Colors of #72C8AC
Black with #72C8AC
Text Example
Text Example
White with #72C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C8AC; }
p { color: rgb(114,200,172); }
H1.HeaderClassName
{
color: #72C8AC;
}
.AnyTagClassName
{
color: #72C8AC;
}
</style>
background-color css
<style>
a { background-color: #72C8AC; }
a { background-color: rgb(114,200,172); }
div.DivClassName
{
background-color: #72C8AC;
}
.BgClassName
{
background-color: #72C8AC;
}
</style>
border-color css
<style>
span { border-color: #72C8AC; }
span { border-color: rgb(114,200,172); }
td.TdClassName
{
border-color: #72C8AC;
}
.TagClassName
{
border-color: #72C8AC;
}
</style>