Shades of Aquamarine #72FFDE
Tints of Aquamarine #72FFDE
RGB
CMYK
RGB Variations
Color information
#72FFDE (or 0x72FFDE) is known color: Aquamarine. HEX triplet: 72, FF and DE. RGB value is (114,255,222). Sum of RGB (Red+Green+Blue) = 114+255+222=591 (78% of max value = 765). Red value is 114 (44.92% from 255 or 19.29% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #72FFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FFDE is #8D0021. Grayscale: #D1D1D1. Windows color (decimal): -9240610 or 14614386. OLE color: 14614386.
HSL color Cylindrical-coordinate representation of color #72FFDE: hue angle of 165.96º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FFDE is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 222 | - |
| CMYK | 0.55 | 0 | 0.13 | 0 |
| HSL | 165.96º | 1% | 0.72% | - |
| HSV(B) | 165.96º | 0.55% | 1% | - |
| XYZ | 55.88 | 80.37 | 81.68 | - |
| YUV | 209.08 | 135.29 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 222 | 0.55 | 0 | 0.13 | 0 | 165.96 | 1 | 0.72 |
| Hex | 72 | FF | DE | 37 | 0 | D | 0 | A6 | 64 | 48 |
| Octal | 162 | 377 | 336 | 67 | 0 | 15 | 0 | 246 | 144 | 110 |
| Binary | 1110010 | 11111111 | 11011110 | 110111 | 0 | 1101 | 0 | 10100110 | 1100100 | 1001000 |
Color Harmonies of #72FFDE
Complementary color
Monochromatic Colors of #72FFDE
Black with #72FFDE
Text Example
Text Example
White with #72FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FFDE; }
p { color: rgb(114,255,222); }
H1.HeaderClassName
{
color: #72FFDE;
}
.AnyTagClassName
{
color: #72FFDE;
}
</style>
background-color css
<style>
a { background-color: #72FFDE; }
a { background-color: rgb(114,255,222); }
div.DivClassName
{
background-color: #72FFDE;
}
.BgClassName
{
background-color: #72FFDE;
}
</style>
border-color css
<style>
span { border-color: #72FFDE; }
span { border-color: rgb(114,255,222); }
td.TdClassName
{
border-color: #72FFDE;
}
.TagClassName
{
border-color: #72FFDE;
}
</style>