Shades of Medium Aquamarine #70CBA7
Tints of Medium Aquamarine #70CBA7
RGB
CMYK
RGB Variations
Color information
#70CBA7 (or 0x70CBA7) is known color: Medium Aquamarine. HEX triplet: 70, CB and A7. RGB value is (112,203,167). Sum of RGB (Red+Green+Blue) = 112+203+167=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CBA7 is #8F3458. Grayscale: #ABABAB. Windows color (decimal): -9385049 or 10996592. OLE color: 10996592.
HSL color Cylindrical-coordinate representation of color #70CBA7: hue angle of 156.26º 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 #70CBA7 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 167 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.20 |
| HSL | 156.26º | 0.47% | 0.62% | - |
| HSV(B) | 156.26º | 0.45% | 0.8% | - |
| XYZ | 35.01 | 48.95 | 44.16 | - |
| YUV | 171.69 | 125.35 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 167 | 0.45 | 0 | 0.18 | 0.20 | 156.26 | 0.47 | 0.62 |
| Hex | 70 | CB | A7 | 2D | 0 | 12 | 14 | 9C | 2F | 3E |
| Octal | 160 | 313 | 247 | 55 | 0 | 22 | 24 | 234 | 57 | 76 |
| Binary | 1110000 | 11001011 | 10100111 | 101101 | 0 | 10010 | 10100 | 10011100 | 101111 | 111110 |
Color Harmonies of #70CBA7
Complementary color
Monochromatic Colors of #70CBA7
Black with #70CBA7
Text Example
Text Example
White with #70CBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CBA7; }
p { color: rgb(112,203,167); }
H1.HeaderClassName
{
color: #70CBA7;
}
.AnyTagClassName
{
color: #70CBA7;
}
</style>
background-color css
<style>
a { background-color: #70CBA7; }
a { background-color: rgb(112,203,167); }
div.DivClassName
{
background-color: #70CBA7;
}
.BgClassName
{
background-color: #70CBA7;
}
</style>
border-color css
<style>
span { border-color: #70CBA7; }
span { border-color: rgb(112,203,167); }
td.TdClassName
{
border-color: #70CBA7;
}
.TagClassName
{
border-color: #70CBA7;
}
</style>