Shades of Medium Aquamarine #70CBA3
Tints of Medium Aquamarine #70CBA3
RGB
CMYK
RGB Variations
Color information
#70CBA3 (or 0x70CBA3) is known color: Medium Aquamarine. HEX triplet: 70, CB and A3. RGB value is (112,203,163). Sum of RGB (Red+Green+Blue) = 112+203+163=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CBA3 is #8F345C. Grayscale: #ABABAB. Windows color (decimal): -9385053 or 10734448. OLE color: 10734448.
HSL color Cylindrical-coordinate representation of color #70CBA3: hue angle of 153.63º 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 #70CBA3 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 163 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.20 |
| HSL | 153.63º | 0.47% | 0.62% | - |
| HSV(B) | 153.63º | 0.45% | 0.8% | - |
| XYZ | 34.65 | 48.8 | 42.24 | - |
| YUV | 171.23 | 123.35 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 163 | 0.45 | 0 | 0.20 | 0.20 | 153.63 | 0.47 | 0.62 |
| Hex | 70 | CB | A3 | 2D | 0 | 14 | 14 | 9A | 2F | 3E |
| Octal | 160 | 313 | 243 | 55 | 0 | 24 | 24 | 232 | 57 | 76 |
| Binary | 1110000 | 11001011 | 10100011 | 101101 | 0 | 10100 | 10100 | 10011010 | 101111 | 111110 |
Color Harmonies of #70CBA3
Complementary color
Monochromatic Colors of #70CBA3
Black with #70CBA3
Text Example
Text Example
White with #70CBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CBA3; }
p { color: rgb(112,203,163); }
H1.HeaderClassName
{
color: #70CBA3;
}
.AnyTagClassName
{
color: #70CBA3;
}
</style>
background-color css
<style>
a { background-color: #70CBA3; }
a { background-color: rgb(112,203,163); }
div.DivClassName
{
background-color: #70CBA3;
}
.BgClassName
{
background-color: #70CBA3;
}
</style>
border-color css
<style>
span { border-color: #70CBA3; }
span { border-color: rgb(112,203,163); }
td.TdClassName
{
border-color: #70CBA3;
}
.TagClassName
{
border-color: #70CBA3;
}
</style>