Shades of Medium Aquamarine #72BEA2
Tints of Medium Aquamarine #72BEA2
RGB
CMYK
RGB Variations
Color information
#72BEA2 (or 0x72BEA2) is known color: Medium Aquamarine. HEX triplet: 72, BE and A2. RGB value is (114,190,162). Sum of RGB (Red+Green+Blue) = 114+190+162=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #72BEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BEA2 is #8D415D. Grayscale: #A4A4A4. Windows color (decimal): -9257310 or 10665586. OLE color: 10665586.
HSL color Cylindrical-coordinate representation of color #72BEA2: hue angle of 157.89º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BEA2 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 190 | 162 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.25 |
| HSL | 157.89º | 0.37% | 0.6% | - |
| HSV(B) | 157.89º | 0.4% | 0.75% | - |
| XYZ | 31.87 | 43.01 | 40.8 | - |
| YUV | 164.08 | 126.82 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 190 | 162 | 0.40 | 0 | 0.15 | 0.25 | 157.89 | 0.37 | 0.6 |
| Hex | 72 | BE | A2 | 28 | 0 | F | 19 | 9E | 25 | 3C |
| Octal | 162 | 276 | 242 | 50 | 0 | 17 | 31 | 236 | 45 | 74 |
| Binary | 1110010 | 10111110 | 10100010 | 101000 | 0 | 1111 | 11001 | 10011110 | 100101 | 111100 |
Color Harmonies of #72BEA2
Complementary color
Monochromatic Colors of #72BEA2
Black with #72BEA2
Text Example
Text Example
White with #72BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BEA2; }
p { color: rgb(114,190,162); }
H1.HeaderClassName
{
color: #72BEA2;
}
.AnyTagClassName
{
color: #72BEA2;
}
</style>
background-color css
<style>
a { background-color: #72BEA2; }
a { background-color: rgb(114,190,162); }
div.DivClassName
{
background-color: #72BEA2;
}
.BgClassName
{
background-color: #72BEA2;
}
</style>
border-color css
<style>
span { border-color: #72BEA2; }
span { border-color: rgb(114,190,162); }
td.TdClassName
{
border-color: #72BEA2;
}
.TagClassName
{
border-color: #72BEA2;
}
</style>