Shades of Aquamarine #72EDD9
Tints of Aquamarine #72EDD9
RGB
CMYK
RGB Variations
Color information
#72EDD9 (or 0x72EDD9) is known color: Aquamarine. HEX triplet: 72, ED and D9. RGB value is (114,237,217). Sum of RGB (Red+Green+Blue) = 114+237+217=568 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.07% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #72EDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EDD9 is #8D1226. Grayscale: #C5C5C5. Windows color (decimal): -9245223 or 14282098. OLE color: 14282098.
HSL color Cylindrical-coordinate representation of color #72EDD9: hue angle of 170.24º 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 #72EDD9 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 237 | 217 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.07 |
| HSL | 170.24º | 0.77% | 0.69% | - |
| HSV(B) | 170.24º | 0.52% | 0.93% | - |
| XYZ | 49.75 | 69.16 | 76.37 | - |
| YUV | 197.94 | 138.75 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 237 | 217 | 0.52 | 0 | 0.08 | 0.07 | 170.24 | 0.77 | 0.69 |
| Hex | 72 | ED | D9 | 34 | 0 | 8 | 7 | AA | 4D | 45 |
| Octal | 162 | 355 | 331 | 64 | 0 | 10 | 7 | 252 | 115 | 105 |
| Binary | 1110010 | 11101101 | 11011001 | 110100 | 0 | 1000 | 111 | 10101010 | 1001101 | 1000101 |
Color Harmonies of #72EDD9
Complementary color
Monochromatic Colors of #72EDD9
Black with #72EDD9
Text Example
Text Example
White with #72EDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EDD9; }
p { color: rgb(114,237,217); }
H1.HeaderClassName
{
color: #72EDD9;
}
.AnyTagClassName
{
color: #72EDD9;
}
</style>
background-color css
<style>
a { background-color: #72EDD9; }
a { background-color: rgb(114,237,217); }
div.DivClassName
{
background-color: #72EDD9;
}
.BgClassName
{
background-color: #72EDD9;
}
</style>
border-color css
<style>
span { border-color: #72EDD9; }
span { border-color: rgb(114,237,217); }
td.TdClassName
{
border-color: #72EDD9;
}
.TagClassName
{
border-color: #72EDD9;
}
</style>