Shades of Aquamarine #72ECDB
Tints of Aquamarine #72ECDB
RGB
CMYK
RGB Variations
Color information
#72ECDB (or 0x72ECDB) is known color: Aquamarine. HEX triplet: 72, EC and DB. RGB value is (114,236,219). Sum of RGB (Red+Green+Blue) = 114+236+219=569 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.04% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECDB is #8D1324. Grayscale: #C5C5C5. Windows color (decimal): -9245477 or 14412914. OLE color: 14412914.
HSL color Cylindrical-coordinate representation of color #72ECDB: hue angle of 171.64º degrees, saturation: 0.76, 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 #72ECDB is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 219 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.07 |
| HSL | 171.64º | 0.76% | 0.69% | - |
| HSV(B) | 171.64º | 0.52% | 0.93% | - |
| XYZ | 49.72 | 68.68 | 77.65 | - |
| YUV | 197.58 | 140.08 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 219 | 0.52 | 0 | 0.07 | 0.07 | 171.64 | 0.76 | 0.69 |
| Hex | 72 | EC | DB | 34 | 0 | 7 | 7 | AC | 4C | 45 |
| Octal | 162 | 354 | 333 | 64 | 0 | 7 | 7 | 254 | 114 | 105 |
| Binary | 1110010 | 11101100 | 11011011 | 110100 | 0 | 111 | 111 | 10101100 | 1001100 | 1000101 |
Color Harmonies of #72ECDB
Complementary color
Monochromatic Colors of #72ECDB
Black with #72ECDB
Text Example
Text Example
White with #72ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ECDB; }
p { color: rgb(114,236,219); }
H1.HeaderClassName
{
color: #72ECDB;
}
.AnyTagClassName
{
color: #72ECDB;
}
</style>
background-color css
<style>
a { background-color: #72ECDB; }
a { background-color: rgb(114,236,219); }
div.DivClassName
{
background-color: #72ECDB;
}
.BgClassName
{
background-color: #72ECDB;
}
</style>
border-color css
<style>
span { border-color: #72ECDB; }
span { border-color: rgb(114,236,219); }
td.TdClassName
{
border-color: #72ECDB;
}
.TagClassName
{
border-color: #72ECDB;
}
</style>