Shades of Aquamarine #72F1DB
Tints of Aquamarine #72F1DB
RGB
CMYK
RGB Variations
Color information
#72F1DB (or 0x72F1DB) is known color: Aquamarine. HEX triplet: 72, F1 and DB. RGB value is (114,241,219). Sum of RGB (Red+Green+Blue) = 114+241+219=574 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.86% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #72F1DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72F1DB is #8D0E24. Grayscale: #C8C8C8. Windows color (decimal): -9244197 or 14414194. OLE color: 14414194.
HSL color Cylindrical-coordinate representation of color #72F1DB: hue angle of 169.61º degrees, saturation: 0.82, 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 #72F1DB is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 241 | 219 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.05 |
| HSL | 169.61º | 0.82% | 0.7% | - |
| HSV(B) | 169.61º | 0.53% | 0.95% | - |
| XYZ | 51.18 | 71.6 | 78.14 | - |
| YUV | 200.52 | 138.42 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 241 | 219 | 0.53 | 0 | 0.09 | 0.05 | 169.61 | 0.82 | 0.7 |
| Hex | 72 | F1 | DB | 35 | 0 | 9 | 5 | AA | 52 | 46 |
| Octal | 162 | 361 | 333 | 65 | 0 | 11 | 5 | 252 | 122 | 106 |
| Binary | 1110010 | 11110001 | 11011011 | 110101 | 0 | 1001 | 101 | 10101010 | 1010010 | 1000110 |
Color Harmonies of #72F1DB
Complementary color
Monochromatic Colors of #72F1DB
Black with #72F1DB
Text Example
Text Example
White with #72F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F1DB; }
p { color: rgb(114,241,219); }
H1.HeaderClassName
{
color: #72F1DB;
}
.AnyTagClassName
{
color: #72F1DB;
}
</style>
background-color css
<style>
a { background-color: #72F1DB; }
a { background-color: rgb(114,241,219); }
div.DivClassName
{
background-color: #72F1DB;
}
.BgClassName
{
background-color: #72F1DB;
}
</style>
border-color css
<style>
span { border-color: #72F1DB; }
span { border-color: rgb(114,241,219); }
td.TdClassName
{
border-color: #72F1DB;
}
.TagClassName
{
border-color: #72F1DB;
}
</style>