Shades of Aquamarine #72EACE
Tints of Aquamarine #72EACE
RGB
CMYK
RGB Variations
Color information
#72EACE (or 0x72EACE) is known color: Aquamarine. HEX triplet: 72, EA and CE. RGB value is (114,234,206). Sum of RGB (Red+Green+Blue) = 114+234+206=554 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.58% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #72EACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EACE is #8D1531. Grayscale: #C2C2C2. Windows color (decimal): -9246002 or 13560434. OLE color: 13560434.
HSL color Cylindrical-coordinate representation of color #72EACE: hue angle of 166º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72EACE is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 234 | 206 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.08 |
| HSL | 166º | 0.74% | 0.68% | - |
| HSV(B) | 166º | 0.51% | 0.92% | - |
| XYZ | 47.5 | 66.88 | 68.8 | - |
| YUV | 194.93 | 134.24 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 234 | 206 | 0.51 | 0 | 0.12 | 0.08 | 166 | 0.74 | 0.68 |
| Hex | 72 | EA | CE | 33 | 0 | C | 8 | A6 | 4A | 44 |
| Octal | 162 | 352 | 316 | 63 | 0 | 14 | 10 | 246 | 112 | 104 |
| Binary | 1110010 | 11101010 | 11001110 | 110011 | 0 | 1100 | 1000 | 10100110 | 1001010 | 1000100 |
Color Harmonies of #72EACE
Complementary color
Monochromatic Colors of #72EACE
Black with #72EACE
Text Example
Text Example
White with #72EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EACE; }
p { color: rgb(114,234,206); }
H1.HeaderClassName
{
color: #72EACE;
}
.AnyTagClassName
{
color: #72EACE;
}
</style>
background-color css
<style>
a { background-color: #72EACE; }
a { background-color: rgb(114,234,206); }
div.DivClassName
{
background-color: #72EACE;
}
.BgClassName
{
background-color: #72EACE;
}
</style>
border-color css
<style>
span { border-color: #72EACE; }
span { border-color: rgb(114,234,206); }
td.TdClassName
{
border-color: #72EACE;
}
.TagClassName
{
border-color: #72EACE;
}
</style>