Shades of Aquamarine #72ECD0
Tints of Aquamarine #72ECD0
RGB
CMYK
RGB Variations
Color information
#72ECD0 (or 0x72ECD0) is known color: Aquamarine. HEX triplet: 72, EC and D0. RGB value is (114,236,208). Sum of RGB (Red+Green+Blue) = 114+236+208=558 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.43% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECD0 is #8D132F. Grayscale: #C4C4C4. Windows color (decimal): -9245488 or 13692018. OLE color: 13692018.
HSL color Cylindrical-coordinate representation of color #72ECD0: hue angle of 166.23º 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 #72ECD0 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 208 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.07 |
| HSL | 166.23º | 0.76% | 0.69% | - |
| HSV(B) | 166.23º | 0.52% | 0.93% | - |
| XYZ | 48.32 | 68.12 | 70.28 | - |
| YUV | 196.33 | 134.58 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 208 | 0.52 | 0 | 0.12 | 0.07 | 166.23 | 0.76 | 0.69 |
| Hex | 72 | EC | D0 | 34 | 0 | C | 7 | A6 | 4C | 45 |
| Octal | 162 | 354 | 320 | 64 | 0 | 14 | 7 | 246 | 114 | 105 |
| Binary | 1110010 | 11101100 | 11010000 | 110100 | 0 | 1100 | 111 | 10100110 | 1001100 | 1000101 |
Color Harmonies of #72ECD0
Complementary color
Monochromatic Colors of #72ECD0
Black with #72ECD0
Text Example
Text Example
White with #72ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ECD0; }
p { color: rgb(114,236,208); }
H1.HeaderClassName
{
color: #72ECD0;
}
.AnyTagClassName
{
color: #72ECD0;
}
</style>
background-color css
<style>
a { background-color: #72ECD0; }
a { background-color: rgb(114,236,208); }
div.DivClassName
{
background-color: #72ECD0;
}
.BgClassName
{
background-color: #72ECD0;
}
</style>
border-color css
<style>
span { border-color: #72ECD0; }
span { border-color: rgb(114,236,208); }
td.TdClassName
{
border-color: #72ECD0;
}
.TagClassName
{
border-color: #72ECD0;
}
</style>