Shades of Medium Aquamarine #72DF9D
Tints of Medium Aquamarine #72DF9D
RGB
CMYK
RGB Variations
Color information
#72DF9D (or 0x72DF9D) is known color: Medium Aquamarine. HEX triplet: 72, DF and 9D. RGB value is (114,223,157). Sum of RGB (Red+Green+Blue) = 114+223+157=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #72DF9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DF9D is #8D2062. Grayscale: #B7B7B7. Windows color (decimal): -9248867 or 10346354. OLE color: 10346354.
HSL color Cylindrical-coordinate representation of color #72DF9D: hue angle of 143.67º 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 #72DF9D is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 223 | 157 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.13 |
| HSL | 143.67º | 0.63% | 0.66% | - |
| HSV(B) | 143.67º | 0.49% | 0.87% | - |
| XYZ | 39.41 | 58.79 | 41.17 | - |
| YUV | 182.89 | 113.39 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 157 | 0.49 | 0 | 0.30 | 0.13 | 143.67 | 0.63 | 0.66 |
| Hex | 72 | DF | 9D | 31 | 0 | 1E | D | 90 | 3F | 42 |
| Octal | 162 | 337 | 235 | 61 | 0 | 36 | 15 | 220 | 77 | 102 |
| Binary | 1110010 | 11011111 | 10011101 | 110001 | 0 | 11110 | 1101 | 10010000 | 111111 | 1000010 |
Color Harmonies of #72DF9D
Complementary color
Monochromatic Colors of #72DF9D
Black with #72DF9D
Text Example
Text Example
White with #72DF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DF9D; }
p { color: rgb(114,223,157); }
H1.HeaderClassName
{
color: #72DF9D;
}
.AnyTagClassName
{
color: #72DF9D;
}
</style>
background-color css
<style>
a { background-color: #72DF9D; }
a { background-color: rgb(114,223,157); }
div.DivClassName
{
background-color: #72DF9D;
}
.BgClassName
{
background-color: #72DF9D;
}
</style>
border-color css
<style>
span { border-color: #72DF9D; }
span { border-color: rgb(114,223,157); }
td.TdClassName
{
border-color: #72DF9D;
}
.TagClassName
{
border-color: #72DF9D;
}
</style>