Shades of Aquamarine #72EDD8
Tints of Aquamarine #72EDD8
RGB
CMYK
RGB Variations
Color information
#72EDD8 (or 0x72EDD8) is known color: Aquamarine. HEX triplet: 72, ED and D8. RGB value is (114,237,216). Sum of RGB (Red+Green+Blue) = 114+237+216=567 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.11% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #72EDD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72EDD8 is #8D1227. Grayscale: #C5C5C5. Windows color (decimal): -9245224 or 14216562. OLE color: 14216562.
HSL color Cylindrical-coordinate representation of color #72EDD8: hue angle of 169.76º 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 #72EDD8 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 237 | 216 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.07 |
| HSL | 169.76º | 0.77% | 0.69% | - |
| HSV(B) | 169.76º | 0.52% | 0.93% | - |
| XYZ | 49.62 | 69.1 | 75.69 | - |
| YUV | 197.83 | 138.25 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 237 | 216 | 0.52 | 0 | 0.09 | 0.07 | 169.76 | 0.77 | 0.69 |
| Hex | 72 | ED | D8 | 34 | 0 | 9 | 7 | AA | 4D | 45 |
| Octal | 162 | 355 | 330 | 64 | 0 | 11 | 7 | 252 | 115 | 105 |
| Binary | 1110010 | 11101101 | 11011000 | 110100 | 0 | 1001 | 111 | 10101010 | 1001101 | 1000101 |
Color Harmonies of #72EDD8
Complementary color
Monochromatic Colors of #72EDD8
Black with #72EDD8
Text Example
Text Example
White with #72EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EDD8; }
p { color: rgb(114,237,216); }
H1.HeaderClassName
{
color: #72EDD8;
}
.AnyTagClassName
{
color: #72EDD8;
}
</style>
background-color css
<style>
a { background-color: #72EDD8; }
a { background-color: rgb(114,237,216); }
div.DivClassName
{
background-color: #72EDD8;
}
.BgClassName
{
background-color: #72EDD8;
}
</style>
border-color css
<style>
span { border-color: #72EDD8; }
span { border-color: rgb(114,237,216); }
td.TdClassName
{
border-color: #72EDD8;
}
.TagClassName
{
border-color: #72EDD8;
}
</style>