Shades of Medium Aquamarine #72C8A3
Tints of Medium Aquamarine #72C8A3
RGB
CMYK
RGB Variations
Color information
#72C8A3 (or 0x72C8A3) is known color: Medium Aquamarine. HEX triplet: 72, C8 and A3. RGB value is (114,200,163). Sum of RGB (Red+Green+Blue) = 114+200+163=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #72C8A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C8A3 is #8D375C. Grayscale: #AAAAAA. Windows color (decimal): -9254749 or 10733682. OLE color: 10733682.
HSL color Cylindrical-coordinate representation of color #72C8A3: hue angle of 154.19º 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 #72C8A3 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 200 | 163 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.22 |
| HSL | 154.19º | 0.44% | 0.62% | - |
| HSV(B) | 154.19º | 0.43% | 0.78% | - |
| XYZ | 34.2 | 47.53 | 42.02 | - |
| YUV | 170.07 | 124.01 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 200 | 163 | 0.43 | 0 | 0.18 | 0.22 | 154.19 | 0.44 | 0.62 |
| Hex | 72 | C8 | A3 | 2B | 0 | 12 | 16 | 9A | 2C | 3E |
| Octal | 162 | 310 | 243 | 53 | 0 | 22 | 26 | 232 | 54 | 76 |
| Binary | 1110010 | 11001000 | 10100011 | 101011 | 0 | 10010 | 10110 | 10011010 | 101100 | 111110 |
Color Harmonies of #72C8A3
Complementary color
Monochromatic Colors of #72C8A3
Black with #72C8A3
Text Example
Text Example
White with #72C8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C8A3; }
p { color: rgb(114,200,163); }
H1.HeaderClassName
{
color: #72C8A3;
}
.AnyTagClassName
{
color: #72C8A3;
}
</style>
background-color css
<style>
a { background-color: #72C8A3; }
a { background-color: rgb(114,200,163); }
div.DivClassName
{
background-color: #72C8A3;
}
.BgClassName
{
background-color: #72C8A3;
}
</style>
border-color css
<style>
span { border-color: #72C8A3; }
span { border-color: rgb(114,200,163); }
td.TdClassName
{
border-color: #72C8A3;
}
.TagClassName
{
border-color: #72C8A3;
}
</style>