Shades of Aquamarine #72EDD0
Tints of Aquamarine #72EDD0
RGB
CMYK
RGB Variations
Color information
#72EDD0 (or 0x72EDD0) is known color: Aquamarine. HEX triplet: 72, ED and D0. RGB value is (114,237,208). Sum of RGB (Red+Green+Blue) = 114+237+208=559 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.39% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #72EDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EDD0 is #8D122F. Grayscale: #C4C4C4. Windows color (decimal): -9245232 or 13692274. OLE color: 13692274.
HSL color Cylindrical-coordinate representation of color #72EDD0: hue angle of 165.85º degrees, saturation: 0.77, 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 #72EDD0 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 237 | 208 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.07 |
| HSL | 165.85º | 0.77% | 0.69% | - |
| HSV(B) | 165.85º | 0.52% | 0.93% | - |
| XYZ | 48.61 | 68.7 | 70.37 | - |
| YUV | 196.92 | 134.25 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 237 | 208 | 0.52 | 0 | 0.12 | 0.07 | 165.85 | 0.77 | 0.69 |
| Hex | 72 | ED | D0 | 34 | 0 | C | 7 | A6 | 4D | 45 |
| Octal | 162 | 355 | 320 | 64 | 0 | 14 | 7 | 246 | 115 | 105 |
| Binary | 1110010 | 11101101 | 11010000 | 110100 | 0 | 1100 | 111 | 10100110 | 1001101 | 1000101 |
Color Harmonies of #72EDD0
Complementary color
Monochromatic Colors of #72EDD0
Black with #72EDD0
Text Example
Text Example
White with #72EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EDD0; }
p { color: rgb(114,237,208); }
H1.HeaderClassName
{
color: #72EDD0;
}
.AnyTagClassName
{
color: #72EDD0;
}
</style>
background-color css
<style>
a { background-color: #72EDD0; }
a { background-color: rgb(114,237,208); }
div.DivClassName
{
background-color: #72EDD0;
}
.BgClassName
{
background-color: #72EDD0;
}
</style>
border-color css
<style>
span { border-color: #72EDD0; }
span { border-color: rgb(114,237,208); }
td.TdClassName
{
border-color: #72EDD0;
}
.TagClassName
{
border-color: #72EDD0;
}
</style>