Shades of Medium Aquamarine #72DFA6
Tints of Medium Aquamarine #72DFA6
RGB
CMYK
RGB Variations
Color information
#72DFA6 (or 0x72DFA6) is known color: Medium Aquamarine. HEX triplet: 72, DF and A6. RGB value is (114,223,166). Sum of RGB (Red+Green+Blue) = 114+223+166=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #72DFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DFA6 is #8D2059. Grayscale: #B8B8B8. Windows color (decimal): -9248858 or 10936178. OLE color: 10936178.
HSL color Cylindrical-coordinate representation of color #72DFA6: hue angle of 148.62º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DFA6 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 223 | 166 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.13 |
| HSL | 148.62º | 0.63% | 0.66% | - |
| HSV(B) | 148.62º | 0.49% | 0.87% | - |
| XYZ | 40.21 | 59.11 | 45.37 | - |
| YUV | 183.91 | 117.89 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 166 | 0.49 | 0 | 0.26 | 0.13 | 148.62 | 0.63 | 0.66 |
| Hex | 72 | DF | A6 | 31 | 0 | 1A | D | 95 | 3F | 42 |
| Octal | 162 | 337 | 246 | 61 | 0 | 32 | 15 | 225 | 77 | 102 |
| Binary | 1110010 | 11011111 | 10100110 | 110001 | 0 | 11010 | 1101 | 10010101 | 111111 | 1000010 |
Color Harmonies of #72DFA6
Complementary color
Monochromatic Colors of #72DFA6
Black with #72DFA6
Text Example
Text Example
White with #72DFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DFA6; }
p { color: rgb(114,223,166); }
H1.HeaderClassName
{
color: #72DFA6;
}
.AnyTagClassName
{
color: #72DFA6;
}
</style>
background-color css
<style>
a { background-color: #72DFA6; }
a { background-color: rgb(114,223,166); }
div.DivClassName
{
background-color: #72DFA6;
}
.BgClassName
{
background-color: #72DFA6;
}
</style>
border-color css
<style>
span { border-color: #72DFA6; }
span { border-color: rgb(114,223,166); }
td.TdClassName
{
border-color: #72DFA6;
}
.TagClassName
{
border-color: #72DFA6;
}
</style>