Shades of Medium Aquamarine #70DFAE
Tints of Medium Aquamarine #70DFAE
RGB
CMYK
RGB Variations
Color information
#70DFAE (or 0x70DFAE) is known color: Medium Aquamarine. HEX triplet: 70, DF and AE. RGB value is (112,223,174). Sum of RGB (Red+Green+Blue) = 112+223+174=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DFAE is #8F2051. Grayscale: #B8B8B8. Windows color (decimal): -9379922 or 11460464. OLE color: 11460464.
HSL color Cylindrical-coordinate representation of color #70DFAE: hue angle of 153.51º 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 #70DFAE is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 174 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.13 |
| HSL | 153.51º | 0.63% | 0.66% | - |
| HSV(B) | 153.51º | 0.5% | 0.87% | - |
| XYZ | 40.71 | 59.28 | 49.34 | - |
| YUV | 184.23 | 122.23 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 174 | 0.50 | 0 | 0.22 | 0.13 | 153.51 | 0.63 | 0.66 |
| Hex | 70 | DF | AE | 32 | 0 | 16 | D | 9A | 3F | 42 |
| Octal | 160 | 337 | 256 | 62 | 0 | 26 | 15 | 232 | 77 | 102 |
| Binary | 1110000 | 11011111 | 10101110 | 110010 | 0 | 10110 | 1101 | 10011010 | 111111 | 1000010 |
Color Harmonies of #70DFAE
Complementary color
Monochromatic Colors of #70DFAE
Black with #70DFAE
Text Example
Text Example
White with #70DFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DFAE; }
p { color: rgb(112,223,174); }
H1.HeaderClassName
{
color: #70DFAE;
}
.AnyTagClassName
{
color: #70DFAE;
}
</style>
background-color css
<style>
a { background-color: #70DFAE; }
a { background-color: rgb(112,223,174); }
div.DivClassName
{
background-color: #70DFAE;
}
.BgClassName
{
background-color: #70DFAE;
}
</style>
border-color css
<style>
span { border-color: #70DFAE; }
span { border-color: rgb(112,223,174); }
td.TdClassName
{
border-color: #70DFAE;
}
.TagClassName
{
border-color: #70DFAE;
}
</style>