Shades of Medium Aquamarine #72EEA2
Tints of Medium Aquamarine #72EEA2
RGB
CMYK
RGB Variations
Color information
#72EEA2 (or 0x72EEA2) is known color: Medium Aquamarine. HEX triplet: 72, EE and A2. RGB value is (114,238,162). Sum of RGB (Red+Green+Blue) = 114+238+162=514 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.18% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #72EEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EEA2 is #8D115D. Grayscale: #C0C0C0. Windows color (decimal): -9245022 or 10677874. OLE color: 10677874.
HSL color Cylindrical-coordinate representation of color #72EEA2: hue angle of 143.23º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EEA2 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 238 | 162 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.07 |
| HSL | 143.23º | 0.78% | 0.69% | - |
| HSV(B) | 143.23º | 0.52% | 0.93% | - |
| XYZ | 44.04 | 67.34 | 44.86 | - |
| YUV | 192.26 | 110.92 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 238 | 162 | 0.52 | 0 | 0.32 | 0.07 | 143.23 | 0.78 | 0.69 |
| Hex | 72 | EE | A2 | 34 | 0 | 20 | 7 | 8F | 4E | 45 |
| Octal | 162 | 356 | 242 | 64 | 0 | 40 | 7 | 217 | 116 | 105 |
| Binary | 1110010 | 11101110 | 10100010 | 110100 | 0 | 100000 | 111 | 10001111 | 1001110 | 1000101 |
Color Harmonies of #72EEA2
Complementary color
Monochromatic Colors of #72EEA2
Black with #72EEA2
Text Example
Text Example
White with #72EEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EEA2; }
p { color: rgb(114,238,162); }
H1.HeaderClassName
{
color: #72EEA2;
}
.AnyTagClassName
{
color: #72EEA2;
}
</style>
background-color css
<style>
a { background-color: #72EEA2; }
a { background-color: rgb(114,238,162); }
div.DivClassName
{
background-color: #72EEA2;
}
.BgClassName
{
background-color: #72EEA2;
}
</style>
border-color css
<style>
span { border-color: #72EEA2; }
span { border-color: rgb(114,238,162); }
td.TdClassName
{
border-color: #72EEA2;
}
.TagClassName
{
border-color: #72EEA2;
}
</style>