Shades of Aquamarine #72EACB
Tints of Aquamarine #72EACB
RGB
CMYK
RGB Variations
Color information
#72EACB (or 0x72EACB) is known color: Aquamarine. HEX triplet: 72, EA and CB. RGB value is (114,234,203). Sum of RGB (Red+Green+Blue) = 114+234+203=551 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.69% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #72EACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EACB is #8D1534. Grayscale: #C2C2C2. Windows color (decimal): -9246005 or 13363826. OLE color: 13363826.
HSL color Cylindrical-coordinate representation of color #72EACB: hue angle of 164.5º 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 #72EACB is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 234 | 203 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.08 |
| HSL | 164.5º | 0.74% | 0.68% | - |
| HSV(B) | 164.5º | 0.51% | 0.92% | - |
| XYZ | 47.14 | 66.73 | 66.9 | - |
| YUV | 194.59 | 132.74 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 234 | 203 | 0.51 | 0 | 0.13 | 0.08 | 164.5 | 0.74 | 0.68 |
| Hex | 72 | EA | CB | 33 | 0 | D | 8 | A4 | 4A | 44 |
| Octal | 162 | 352 | 313 | 63 | 0 | 15 | 10 | 244 | 112 | 104 |
| Binary | 1110010 | 11101010 | 11001011 | 110011 | 0 | 1101 | 1000 | 10100100 | 1001010 | 1000100 |
Color Harmonies of #72EACB
Complementary color
Monochromatic Colors of #72EACB
Black with #72EACB
Text Example
Text Example
White with #72EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EACB; }
p { color: rgb(114,234,203); }
H1.HeaderClassName
{
color: #72EACB;
}
.AnyTagClassName
{
color: #72EACB;
}
</style>
background-color css
<style>
a { background-color: #72EACB; }
a { background-color: rgb(114,234,203); }
div.DivClassName
{
background-color: #72EACB;
}
.BgClassName
{
background-color: #72EACB;
}
</style>
border-color css
<style>
span { border-color: #72EACB; }
span { border-color: rgb(114,234,203); }
td.TdClassName
{
border-color: #72EACB;
}
.TagClassName
{
border-color: #72EACB;
}
</style>