Shades of Medium Aquamarine #70CFAB
Tints of Medium Aquamarine #70CFAB
RGB
CMYK
RGB Variations
Color information
#70CFAB (or 0x70CFAB) is known color: Medium Aquamarine. HEX triplet: 70, CF and AB. RGB value is (112,207,171). Sum of RGB (Red+Green+Blue) = 112+207+171=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CFAB is #8F3054. Grayscale: #AEAEAE. Windows color (decimal): -9384021 or 11259760. OLE color: 11259760.
HSL color Cylindrical-coordinate representation of color #70CFAB: hue angle of 157.26º 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 #70CFAB is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 171 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.19 |
| HSL | 157.26º | 0.5% | 0.63% | - |
| HSV(B) | 157.26º | 0.46% | 0.81% | - |
| XYZ | 36.35 | 51.01 | 46.46 | - |
| YUV | 174.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 171 | 0.46 | 0 | 0.17 | 0.19 | 157.26 | 0.5 | 0.63 |
| Hex | 70 | CF | AB | 2E | 0 | 11 | 13 | 9D | 32 | 3F |
| Octal | 160 | 317 | 253 | 56 | 0 | 21 | 23 | 235 | 62 | 77 |
| Binary | 1110000 | 11001111 | 10101011 | 101110 | 0 | 10001 | 10011 | 10011101 | 110010 | 111111 |
Color Harmonies of #70CFAB
Complementary color
Monochromatic Colors of #70CFAB
Black with #70CFAB
Text Example
Text Example
White with #70CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFAB; }
p { color: rgb(112,207,171); }
H1.HeaderClassName
{
color: #70CFAB;
}
.AnyTagClassName
{
color: #70CFAB;
}
</style>
background-color css
<style>
a { background-color: #70CFAB; }
a { background-color: rgb(112,207,171); }
div.DivClassName
{
background-color: #70CFAB;
}
.BgClassName
{
background-color: #70CFAB;
}
</style>
border-color css
<style>
span { border-color: #70CFAB; }
span { border-color: rgb(112,207,171); }
td.TdClassName
{
border-color: #70CFAB;
}
.TagClassName
{
border-color: #70CFAB;
}
</style>