Shades of Medium Aquamarine #70CDB0
Tints of Medium Aquamarine #70CDB0
RGB
CMYK
RGB Variations
Color information
#70CDB0 (or 0x70CDB0) is known color: Medium Aquamarine. HEX triplet: 70, CD and B0. RGB value is (112,205,176). Sum of RGB (Red+Green+Blue) = 112+205+176=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #70CDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CDB0 is #8F324F. Grayscale: #ADADAD. Windows color (decimal): -9384528 or 11586928. OLE color: 11586928.
HSL color Cylindrical-coordinate representation of color #70CDB0: hue angle of 161.29º degrees, saturation: 0.48, 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 #70CDB0 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 205 | 176 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.20 |
| HSL | 161.29º | 0.48% | 0.62% | - |
| HSV(B) | 161.29º | 0.45% | 0.8% | - |
| XYZ | 36.35 | 50.24 | 48.86 | - |
| YUV | 173.89 | 129.19 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 176 | 0.45 | 0 | 0.14 | 0.20 | 161.29 | 0.48 | 0.62 |
| Hex | 70 | CD | B0 | 2D | 0 | E | 14 | A1 | 30 | 3E |
| Octal | 160 | 315 | 260 | 55 | 0 | 16 | 24 | 241 | 60 | 76 |
| Binary | 1110000 | 11001101 | 10110000 | 101101 | 0 | 1110 | 10100 | 10100001 | 110000 | 111110 |
Color Harmonies of #70CDB0
Complementary color
Monochromatic Colors of #70CDB0
Black with #70CDB0
Text Example
Text Example
White with #70CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CDB0; }
p { color: rgb(112,205,176); }
H1.HeaderClassName
{
color: #70CDB0;
}
.AnyTagClassName
{
color: #70CDB0;
}
</style>
background-color css
<style>
a { background-color: #70CDB0; }
a { background-color: rgb(112,205,176); }
div.DivClassName
{
background-color: #70CDB0;
}
.BgClassName
{
background-color: #70CDB0;
}
</style>
border-color css
<style>
span { border-color: #70CDB0; }
span { border-color: rgb(112,205,176); }
td.TdClassName
{
border-color: #70CDB0;
}
.TagClassName
{
border-color: #70CDB0;
}
</style>