Shades of Medium Aquamarine #70DF9F
Tints of Medium Aquamarine #70DF9F
RGB
CMYK
RGB Variations
Color information
#70DF9F (or 0x70DF9F) is known color: Medium Aquamarine. HEX triplet: 70, DF and 9F. RGB value is (112,223,159). Sum of RGB (Red+Green+Blue) = 112+223+159=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DF9F is #8F2060. Grayscale: #B6B6B6. Windows color (decimal): -9379937 or 10477424. OLE color: 10477424.
HSL color Cylindrical-coordinate representation of color #70DF9F: hue angle of 145.41º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DF9F is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 159 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.13 |
| HSL | 145.41º | 0.63% | 0.66% | - |
| HSV(B) | 145.41º | 0.5% | 0.87% | - |
| XYZ | 39.33 | 58.72 | 42.06 | - |
| YUV | 182.52 | 114.73 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 159 | 0.50 | 0 | 0.29 | 0.13 | 145.41 | 0.63 | 0.66 |
| Hex | 70 | DF | 9F | 32 | 0 | 1D | D | 91 | 3F | 42 |
| Octal | 160 | 337 | 237 | 62 | 0 | 35 | 15 | 221 | 77 | 102 |
| Binary | 1110000 | 11011111 | 10011111 | 110010 | 0 | 11101 | 1101 | 10010001 | 111111 | 1000010 |
Color Harmonies of #70DF9F
Complementary color
Monochromatic Colors of #70DF9F
Black with #70DF9F
Text Example
Text Example
White with #70DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF9F; }
p { color: rgb(112,223,159); }
H1.HeaderClassName
{
color: #70DF9F;
}
.AnyTagClassName
{
color: #70DF9F;
}
</style>
background-color css
<style>
a { background-color: #70DF9F; }
a { background-color: rgb(112,223,159); }
div.DivClassName
{
background-color: #70DF9F;
}
.BgClassName
{
background-color: #70DF9F;
}
</style>
border-color css
<style>
span { border-color: #70DF9F; }
span { border-color: rgb(112,223,159); }
td.TdClassName
{
border-color: #70DF9F;
}
.TagClassName
{
border-color: #70DF9F;
}
</style>