Shades of Medium Aquamarine #72DCAC
Tints of Medium Aquamarine #72DCAC
RGB
CMYK
RGB Variations
Color information
#72DCAC (or 0x72DCAC) is known color: Medium Aquamarine. HEX triplet: 72, DC and AC. RGB value is (114,220,172). Sum of RGB (Red+Green+Blue) = 114+220+172=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #72DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DCAC is #8D2353. Grayscale: #B6B6B6. Windows color (decimal): -9249620 or 11328626. OLE color: 11328626.
HSL color Cylindrical-coordinate representation of color #72DCAC: hue angle of 152.83º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DCAC is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 220 | 172 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.14 |
| HSL | 152.83º | 0.6% | 0.65% | - |
| HSV(B) | 152.83º | 0.48% | 0.86% | - |
| XYZ | 39.98 | 57.74 | 48.07 | - |
| YUV | 182.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 172 | 0.48 | 0 | 0.22 | 0.14 | 152.83 | 0.6 | 0.65 |
| Hex | 72 | DC | AC | 30 | 0 | 16 | E | 99 | 3C | 41 |
| Octal | 162 | 334 | 254 | 60 | 0 | 26 | 16 | 231 | 74 | 101 |
| Binary | 1110010 | 11011100 | 10101100 | 110000 | 0 | 10110 | 1110 | 10011001 | 111100 | 1000001 |
Color Harmonies of #72DCAC
Complementary color
Monochromatic Colors of #72DCAC
Black with #72DCAC
Text Example
Text Example
White with #72DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DCAC; }
p { color: rgb(114,220,172); }
H1.HeaderClassName
{
color: #72DCAC;
}
.AnyTagClassName
{
color: #72DCAC;
}
</style>
background-color css
<style>
a { background-color: #72DCAC; }
a { background-color: rgb(114,220,172); }
div.DivClassName
{
background-color: #72DCAC;
}
.BgClassName
{
background-color: #72DCAC;
}
</style>
border-color css
<style>
span { border-color: #72DCAC; }
span { border-color: rgb(114,220,172); }
td.TdClassName
{
border-color: #72DCAC;
}
.TagClassName
{
border-color: #72DCAC;
}
</style>