Shades of Medium Aquamarine #72DFAE
Tints of Medium Aquamarine #72DFAE
RGB
CMYK
RGB Variations
Color information
#72DFAE (or 0x72DFAE) is known color: Medium Aquamarine. HEX triplet: 72, DF and AE. RGB value is (114,223,174). Sum of RGB (Red+Green+Blue) = 114+223+174=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #72DFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DFAE is #8D2051. Grayscale: #B8B8B8. Windows color (decimal): -9248850 or 11460466. OLE color: 11460466.
HSL color Cylindrical-coordinate representation of color #72DFAE: hue angle of 153.03º 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 #72DFAE is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 223 | 174 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.13 |
| HSL | 153.03º | 0.63% | 0.66% | - |
| HSV(B) | 153.03º | 0.49% | 0.87% | - |
| XYZ | 40.97 | 59.41 | 49.35 | - |
| YUV | 184.82 | 121.89 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 174 | 0.49 | 0 | 0.22 | 0.13 | 153.03 | 0.63 | 0.66 |
| Hex | 72 | DF | AE | 31 | 0 | 16 | D | 99 | 3F | 42 |
| Octal | 162 | 337 | 256 | 61 | 0 | 26 | 15 | 231 | 77 | 102 |
| Binary | 1110010 | 11011111 | 10101110 | 110001 | 0 | 10110 | 1101 | 10011001 | 111111 | 1000010 |
Color Harmonies of #72DFAE
Complementary color
Monochromatic Colors of #72DFAE
Black with #72DFAE
Text Example
Text Example
White with #72DFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DFAE; }
p { color: rgb(114,223,174); }
H1.HeaderClassName
{
color: #72DFAE;
}
.AnyTagClassName
{
color: #72DFAE;
}
</style>
background-color css
<style>
a { background-color: #72DFAE; }
a { background-color: rgb(114,223,174); }
div.DivClassName
{
background-color: #72DFAE;
}
.BgClassName
{
background-color: #72DFAE;
}
</style>
border-color css
<style>
span { border-color: #72DFAE; }
span { border-color: rgb(114,223,174); }
td.TdClassName
{
border-color: #72DFAE;
}
.TagClassName
{
border-color: #72DFAE;
}
</style>