Shades of Aquamarine #72FADE
Tints of Aquamarine #72FADE
RGB
CMYK
RGB Variations
Color information
#72FADE (or 0x72FADE) is known color: Aquamarine. HEX triplet: 72, FA and DE. RGB value is (114,250,222). Sum of RGB (Red+Green+Blue) = 114+250+222=586 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.45% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #72FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FADE is #8D0521. Grayscale: #CECECE. Windows color (decimal): -9241890 or 14613106. OLE color: 14613106.
HSL color Cylindrical-coordinate representation of color #72FADE: hue angle of 167.65º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72FADE is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 250 | 222 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.02 |
| HSL | 167.65º | 0.93% | 0.71% | - |
| HSV(B) | 167.65º | 0.54% | 0.98% | - |
| XYZ | 54.31 | 77.22 | 81.15 | - |
| YUV | 206.14 | 136.94 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 250 | 222 | 0.54 | 0 | 0.11 | 0.02 | 167.65 | 0.93 | 0.71 |
| Hex | 72 | FA | DE | 36 | 0 | B | 2 | A8 | 5D | 47 |
| Octal | 162 | 372 | 336 | 66 | 0 | 13 | 2 | 250 | 135 | 107 |
| Binary | 1110010 | 11111010 | 11011110 | 110110 | 0 | 1011 | 10 | 10101000 | 1011101 | 1000111 |
Color Harmonies of #72FADE
Complementary color
Monochromatic Colors of #72FADE
Black with #72FADE
Text Example
Text Example
White with #72FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FADE; }
p { color: rgb(114,250,222); }
H1.HeaderClassName
{
color: #72FADE;
}
.AnyTagClassName
{
color: #72FADE;
}
</style>
background-color css
<style>
a { background-color: #72FADE; }
a { background-color: rgb(114,250,222); }
div.DivClassName
{
background-color: #72FADE;
}
.BgClassName
{
background-color: #72FADE;
}
</style>
border-color css
<style>
span { border-color: #72FADE; }
span { border-color: rgb(114,250,222); }
td.TdClassName
{
border-color: #72FADE;
}
.TagClassName
{
border-color: #72FADE;
}
</style>