Shades of Medium Aquamarine #72CEA2
Tints of Medium Aquamarine #72CEA2
RGB
CMYK
RGB Variations
Color information
#72CEA2 (or 0x72CEA2) is known color: Medium Aquamarine. HEX triplet: 72, CE and A2. RGB value is (114,206,162). Sum of RGB (Red+Green+Blue) = 114+206+162=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #72CEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CEA2 is #8D315D. Grayscale: #ADADAD. Windows color (decimal): -9253214 or 10669682. OLE color: 10669682.
HSL color Cylindrical-coordinate representation of color #72CEA2: hue angle of 151.3º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CEA2 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 206 | 162 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.19 |
| HSL | 151.3º | 0.48% | 0.63% | - |
| HSV(B) | 151.3º | 0.45% | 0.81% | - |
| XYZ | 35.53 | 50.33 | 42.02 | - |
| YUV | 173.48 | 121.52 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 206 | 162 | 0.45 | 0 | 0.21 | 0.19 | 151.3 | 0.48 | 0.63 |
| Hex | 72 | CE | A2 | 2D | 0 | 15 | 13 | 97 | 30 | 3F |
| Octal | 162 | 316 | 242 | 55 | 0 | 25 | 23 | 227 | 60 | 77 |
| Binary | 1110010 | 11001110 | 10100010 | 101101 | 0 | 10101 | 10011 | 10010111 | 110000 | 111111 |
Color Harmonies of #72CEA2
Complementary color
Monochromatic Colors of #72CEA2
Black with #72CEA2
Text Example
Text Example
White with #72CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CEA2; }
p { color: rgb(114,206,162); }
H1.HeaderClassName
{
color: #72CEA2;
}
.AnyTagClassName
{
color: #72CEA2;
}
</style>
background-color css
<style>
a { background-color: #72CEA2; }
a { background-color: rgb(114,206,162); }
div.DivClassName
{
background-color: #72CEA2;
}
.BgClassName
{
background-color: #72CEA2;
}
</style>
border-color css
<style>
span { border-color: #72CEA2; }
span { border-color: rgb(114,206,162); }
td.TdClassName
{
border-color: #72CEA2;
}
.TagClassName
{
border-color: #72CEA2;
}
</style>