Shades of Aquamarine #72FDDB
Tints of Aquamarine #72FDDB
RGB
CMYK
RGB Variations
Color information
#72FDDB (or 0x72FDDB) is known color: Aquamarine. HEX triplet: 72, FD and DB. RGB value is (114,253,219). Sum of RGB (Red+Green+Blue) = 114+253+219=586 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.45% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #72FDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72FDDB is #8D0224. Grayscale: #CFCFCF. Windows color (decimal): -9241125 or 14417266. OLE color: 14417266.
HSL color Cylindrical-coordinate representation of color #72FDDB: hue angle of 165.32º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FDDB is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 253 | 219 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.01 |
| HSL | 165.32º | 0.97% | 0.72% | - |
| HSV(B) | 165.32º | 0.55% | 0.99% | - |
| XYZ | 54.85 | 78.94 | 79.36 | - |
| YUV | 207.56 | 134.45 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 253 | 219 | 0.55 | 0 | 0.13 | 0.01 | 165.32 | 0.97 | 0.72 |
| Hex | 72 | FD | DB | 37 | 0 | D | 1 | A5 | 61 | 48 |
| Octal | 162 | 375 | 333 | 67 | 0 | 15 | 1 | 245 | 141 | 110 |
| Binary | 1110010 | 11111101 | 11011011 | 110111 | 0 | 1101 | 1 | 10100101 | 1100001 | 1001000 |
Color Harmonies of #72FDDB
Complementary color
Monochromatic Colors of #72FDDB
Black with #72FDDB
Text Example
Text Example
White with #72FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FDDB; }
p { color: rgb(114,253,219); }
H1.HeaderClassName
{
color: #72FDDB;
}
.AnyTagClassName
{
color: #72FDDB;
}
</style>
background-color css
<style>
a { background-color: #72FDDB; }
a { background-color: rgb(114,253,219); }
div.DivClassName
{
background-color: #72FDDB;
}
.BgClassName
{
background-color: #72FDDB;
}
</style>
border-color css
<style>
span { border-color: #72FDDB; }
span { border-color: rgb(114,253,219); }
td.TdClassName
{
border-color: #72FDDB;
}
.TagClassName
{
border-color: #72FDDB;
}
</style>