Shades of Aquamarine #72F3D6
Tints of Aquamarine #72F3D6
RGB
CMYK
RGB Variations
Color information
#72F3D6 (or 0x72F3D6) is known color: Aquamarine. HEX triplet: 72, F3 and D6. RGB value is (114,243,214). Sum of RGB (Red+Green+Blue) = 114+243+214=571 (75% of max value = 765). Red value is 114 (44.92% from 255 or 19.96% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #72F3D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F3D6 is #8D0C29. Grayscale: #C9C9C9. Windows color (decimal): -9243690 or 14087026. OLE color: 14087026.
HSL color Cylindrical-coordinate representation of color #72F3D6: hue angle of 166.51º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F3D6 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 243 | 214 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.05 |
| HSL | 166.51º | 0.84% | 0.7% | - |
| HSV(B) | 166.51º | 0.53% | 0.95% | - |
| XYZ | 51.13 | 72.53 | 74.92 | - |
| YUV | 201.12 | 135.26 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 243 | 214 | 0.53 | 0 | 0.12 | 0.05 | 166.51 | 0.84 | 0.7 |
| Hex | 72 | F3 | D6 | 35 | 0 | C | 5 | A7 | 54 | 46 |
| Octal | 162 | 363 | 326 | 65 | 0 | 14 | 5 | 247 | 124 | 106 |
| Binary | 1110010 | 11110011 | 11010110 | 110101 | 0 | 1100 | 101 | 10100111 | 1010100 | 1000110 |
Color Harmonies of #72F3D6
Complementary color
Monochromatic Colors of #72F3D6
Black with #72F3D6
Text Example
Text Example
White with #72F3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F3D6; }
p { color: rgb(114,243,214); }
H1.HeaderClassName
{
color: #72F3D6;
}
.AnyTagClassName
{
color: #72F3D6;
}
</style>
background-color css
<style>
a { background-color: #72F3D6; }
a { background-color: rgb(114,243,214); }
div.DivClassName
{
background-color: #72F3D6;
}
.BgClassName
{
background-color: #72F3D6;
}
</style>
border-color css
<style>
span { border-color: #72F3D6; }
span { border-color: rgb(114,243,214); }
td.TdClassName
{
border-color: #72F3D6;
}
.TagClassName
{
border-color: #72F3D6;
}
</style>