Shades of Medium Aquamarine #70CFA0
Tints of Medium Aquamarine #70CFA0
RGB
CMYK
RGB Variations
Color information
#70CFA0 (or 0x70CFA0) is known color: Medium Aquamarine. HEX triplet: 70, CF and A0. RGB value is (112,207,160). Sum of RGB (Red+Green+Blue) = 112+207+160=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CFA0 is #8F305F. Grayscale: #ADADAD. Windows color (decimal): -9384032 or 10538864. OLE color: 10538864.
HSL color Cylindrical-coordinate representation of color #70CFA0: hue angle of 150.32º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CFA0 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 160 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.19 |
| HSL | 150.32º | 0.5% | 0.63% | - |
| HSV(B) | 150.32º | 0.46% | 0.81% | - |
| XYZ | 35.34 | 50.61 | 41.16 | - |
| YUV | 173.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 160 | 0.46 | 0 | 0.23 | 0.19 | 150.32 | 0.5 | 0.63 |
| Hex | 70 | CF | A0 | 2E | 0 | 17 | 13 | 96 | 32 | 3F |
| Octal | 160 | 317 | 240 | 56 | 0 | 27 | 23 | 226 | 62 | 77 |
| Binary | 1110000 | 11001111 | 10100000 | 101110 | 0 | 10111 | 10011 | 10010110 | 110010 | 111111 |
Color Harmonies of #70CFA0
Complementary color
Monochromatic Colors of #70CFA0
Black with #70CFA0
Text Example
Text Example
White with #70CFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFA0; }
p { color: rgb(112,207,160); }
H1.HeaderClassName
{
color: #70CFA0;
}
.AnyTagClassName
{
color: #70CFA0;
}
</style>
background-color css
<style>
a { background-color: #70CFA0; }
a { background-color: rgb(112,207,160); }
div.DivClassName
{
background-color: #70CFA0;
}
.BgClassName
{
background-color: #70CFA0;
}
</style>
border-color css
<style>
span { border-color: #70CFA0; }
span { border-color: rgb(112,207,160); }
td.TdClassName
{
border-color: #70CFA0;
}
.TagClassName
{
border-color: #70CFA0;
}
</style>