Shades of Medium Aquamarine #70C9AF
Tints of Medium Aquamarine #70C9AF
RGB
CMYK
RGB Variations
Color information
#70C9AF (or 0x70C9AF) is known color: Medium Aquamarine. HEX triplet: 70, C9 and AF. RGB value is (112,201,175). Sum of RGB (Red+Green+Blue) = 112+201+175=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #70C9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C9AF is #8F3650. Grayscale: #ABABAB. Windows color (decimal): -9385553 or 11520368. OLE color: 11520368.
HSL color Cylindrical-coordinate representation of color #70C9AF: hue angle of 162.47º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C9AF is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 201 | 175 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.21 |
| HSL | 162.47º | 0.45% | 0.61% | - |
| HSV(B) | 162.47º | 0.44% | 0.79% | - |
| XYZ | 35.31 | 48.31 | 48.02 | - |
| YUV | 171.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 175 | 0.44 | 0 | 0.13 | 0.21 | 162.47 | 0.45 | 0.61 |
| Hex | 70 | C9 | AF | 2C | 0 | D | 15 | A2 | 2D | 3D |
| Octal | 160 | 311 | 257 | 54 | 0 | 15 | 25 | 242 | 55 | 75 |
| Binary | 1110000 | 11001001 | 10101111 | 101100 | 0 | 1101 | 10101 | 10100010 | 101101 | 111101 |
Color Harmonies of #70C9AF
Complementary color
Monochromatic Colors of #70C9AF
Black with #70C9AF
Text Example
Text Example
White with #70C9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C9AF; }
p { color: rgb(112,201,175); }
H1.HeaderClassName
{
color: #70C9AF;
}
.AnyTagClassName
{
color: #70C9AF;
}
</style>
background-color css
<style>
a { background-color: #70C9AF; }
a { background-color: rgb(112,201,175); }
div.DivClassName
{
background-color: #70C9AF;
}
.BgClassName
{
background-color: #70C9AF;
}
</style>
border-color css
<style>
span { border-color: #70C9AF; }
span { border-color: rgb(112,201,175); }
td.TdClassName
{
border-color: #70C9AF;
}
.TagClassName
{
border-color: #70C9AF;
}
</style>