Shades of Medium Aquamarine #72DEA2
Tints of Medium Aquamarine #72DEA2
RGB
CMYK
RGB Variations
Color information
#72DEA2 (or 0x72DEA2) is known color: Medium Aquamarine. HEX triplet: 72, DE and A2. RGB value is (114,222,162). Sum of RGB (Red+Green+Blue) = 114+222+162=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #72DEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DEA2 is #8D215D. Grayscale: #B6B6B6. Windows color (decimal): -9249118 or 10673778. OLE color: 10673778.
HSL color Cylindrical-coordinate representation of color #72DEA2: hue angle of 146.67º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DEA2 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 222 | 162 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.13 |
| HSL | 146.67º | 0.62% | 0.66% | - |
| HSV(B) | 146.67º | 0.49% | 0.87% | - |
| XYZ | 39.58 | 58.43 | 43.37 | - |
| YUV | 182.87 | 116.22 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 222 | 162 | 0.49 | 0 | 0.27 | 0.13 | 146.67 | 0.62 | 0.66 |
| Hex | 72 | DE | A2 | 31 | 0 | 1B | D | 93 | 3E | 42 |
| Octal | 162 | 336 | 242 | 61 | 0 | 33 | 15 | 223 | 76 | 102 |
| Binary | 1110010 | 11011110 | 10100010 | 110001 | 0 | 11011 | 1101 | 10010011 | 111110 | 1000010 |
Color Harmonies of #72DEA2
Complementary color
Monochromatic Colors of #72DEA2
Black with #72DEA2
Text Example
Text Example
White with #72DEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DEA2; }
p { color: rgb(114,222,162); }
H1.HeaderClassName
{
color: #72DEA2;
}
.AnyTagClassName
{
color: #72DEA2;
}
</style>
background-color css
<style>
a { background-color: #72DEA2; }
a { background-color: rgb(114,222,162); }
div.DivClassName
{
background-color: #72DEA2;
}
.BgClassName
{
background-color: #72DEA2;
}
</style>
border-color css
<style>
span { border-color: #72DEA2; }
span { border-color: rgb(114,222,162); }
td.TdClassName
{
border-color: #72DEA2;
}
.TagClassName
{
border-color: #72DEA2;
}
</style>