Shades of Medium Aquamarine #70CFAA
Tints of Medium Aquamarine #70CFAA
RGB
CMYK
RGB Variations
Color information
#70CFAA (or 0x70CFAA) is known color: Medium Aquamarine. HEX triplet: 70, CF and AA. RGB value is (112,207,170). Sum of RGB (Red+Green+Blue) = 112+207+170=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CFAA is #8F3055. Grayscale: #AEAEAE. Windows color (decimal): -9384022 or 11194224. OLE color: 11194224.
HSL color Cylindrical-coordinate representation of color #70CFAA: hue angle of 156.63º 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 #70CFAA is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 170 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.19 |
| HSL | 156.63º | 0.5% | 0.63% | - |
| HSV(B) | 156.63º | 0.46% | 0.81% | - |
| XYZ | 36.25 | 50.97 | 45.96 | - |
| YUV | 174.38 | 125.53 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 170 | 0.46 | 0 | 0.18 | 0.19 | 156.63 | 0.5 | 0.63 |
| Hex | 70 | CF | AA | 2E | 0 | 12 | 13 | 9D | 32 | 3F |
| Octal | 160 | 317 | 252 | 56 | 0 | 22 | 23 | 235 | 62 | 77 |
| Binary | 1110000 | 11001111 | 10101010 | 101110 | 0 | 10010 | 10011 | 10011101 | 110010 | 111111 |
Color Harmonies of #70CFAA
Complementary color
Monochromatic Colors of #70CFAA
Black with #70CFAA
Text Example
Text Example
White with #70CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFAA; }
p { color: rgb(112,207,170); }
H1.HeaderClassName
{
color: #70CFAA;
}
.AnyTagClassName
{
color: #70CFAA;
}
</style>
background-color css
<style>
a { background-color: #70CFAA; }
a { background-color: rgb(112,207,170); }
div.DivClassName
{
background-color: #70CFAA;
}
.BgClassName
{
background-color: #70CFAA;
}
</style>
border-color css
<style>
span { border-color: #70CFAA; }
span { border-color: rgb(112,207,170); }
td.TdClassName
{
border-color: #70CFAA;
}
.TagClassName
{
border-color: #70CFAA;
}
</style>