Shades of Medium Aquamarine #70CCAF
Tints of Medium Aquamarine #70CCAF
RGB
CMYK
RGB Variations
Color information
#70CCAF (or 0x70CCAF) is known color: Medium Aquamarine. HEX triplet: 70, CC and AF. RGB value is (112,204,175). Sum of RGB (Red+Green+Blue) = 112+204+175=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #70CCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CCAF is #8F3350. Grayscale: #ADADAD. Windows color (decimal): -9384785 or 11521136. OLE color: 11521136.
HSL color Cylindrical-coordinate representation of color #70CCAF: hue angle of 161.09º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CCAF is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 204 | 175 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.2 |
| HSL | 161.09º | 0.47% | 0.62% | - |
| HSV(B) | 161.09º | 0.45% | 0.8% | - |
| XYZ | 36.01 | 49.73 | 48.26 | - |
| YUV | 173.19 | 129.02 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 204 | 175 | 0.45 | 0 | 0.14 | 0.2 | 161.09 | 0.47 | 0.62 |
| Hex | 70 | CC | AF | 2D | 0 | E | 14 | A1 | 2F | 3E |
| Octal | 160 | 314 | 257 | 55 | 0 | 16 | 24 | 241 | 57 | 76 |
| Binary | 1110000 | 11001100 | 10101111 | 101101 | 0 | 1110 | 10100 | 10100001 | 101111 | 111110 |
Color Harmonies of #70CCAF
Complementary color
Monochromatic Colors of #70CCAF
Black with #70CCAF
Text Example
Text Example
White with #70CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CCAF; }
p { color: rgb(112,204,175); }
H1.HeaderClassName
{
color: #70CCAF;
}
.AnyTagClassName
{
color: #70CCAF;
}
</style>
background-color css
<style>
a { background-color: #70CCAF; }
a { background-color: rgb(112,204,175); }
div.DivClassName
{
background-color: #70CCAF;
}
.BgClassName
{
background-color: #70CCAF;
}
</style>
border-color css
<style>
span { border-color: #70CCAF; }
span { border-color: rgb(112,204,175); }
td.TdClassName
{
border-color: #70CCAF;
}
.TagClassName
{
border-color: #70CCAF;
}
</style>