Shades of Medium Aquamarine #70DCB2
Tints of Medium Aquamarine #70DCB2
RGB
CMYK
RGB Variations
Color information
#70DCB2 (or 0x70DCB2) is known color: Medium Aquamarine. HEX triplet: 70, DC and B2. RGB value is (112,220,178). Sum of RGB (Red+Green+Blue) = 112+220+178=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DCB2 is #8F234D. Grayscale: #B6B6B6. Windows color (decimal): -9380686 or 11721840. OLE color: 11721840.
HSL color Cylindrical-coordinate representation of color #70DCB2: hue angle of 156.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DCB2 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 178 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.14 |
| HSL | 156.67º | 0.61% | 0.65% | - |
| HSV(B) | 156.67º | 0.49% | 0.86% | - |
| XYZ | 40.31 | 57.85 | 51.16 | - |
| YUV | 182.92 | 125.22 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 178 | 0.49 | 0 | 0.19 | 0.14 | 156.67 | 0.61 | 0.65 |
| Hex | 70 | DC | B2 | 31 | 0 | 13 | E | 9D | 3D | 41 |
| Octal | 160 | 334 | 262 | 61 | 0 | 23 | 16 | 235 | 75 | 101 |
| Binary | 1110000 | 11011100 | 10110010 | 110001 | 0 | 10011 | 1110 | 10011101 | 111101 | 1000001 |
Color Harmonies of #70DCB2
Complementary color
Monochromatic Colors of #70DCB2
Black with #70DCB2
Text Example
Text Example
White with #70DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DCB2; }
p { color: rgb(112,220,178); }
H1.HeaderClassName
{
color: #70DCB2;
}
.AnyTagClassName
{
color: #70DCB2;
}
</style>
background-color css
<style>
a { background-color: #70DCB2; }
a { background-color: rgb(112,220,178); }
div.DivClassName
{
background-color: #70DCB2;
}
.BgClassName
{
background-color: #70DCB2;
}
</style>
border-color css
<style>
span { border-color: #70DCB2; }
span { border-color: rgb(112,220,178); }
td.TdClassName
{
border-color: #70DCB2;
}
.TagClassName
{
border-color: #70DCB2;
}
</style>