Shades of Medium Aquamarine #70DCB0
Tints of Medium Aquamarine #70DCB0
RGB
CMYK
RGB Variations
Color information
#70DCB0 (or 0x70DCB0) is known color: Medium Aquamarine. HEX triplet: 70, DC and B0. RGB value is (112,220,176). Sum of RGB (Red+Green+Blue) = 112+220+176=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DCB0 is #8F234F. Grayscale: #B6B6B6. Windows color (decimal): -9380688 or 11590768. OLE color: 11590768.
HSL color Cylindrical-coordinate representation of color #70DCB0: hue angle of 155.56º 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 #70DCB0 is Cyan = 0.49, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 176 | - |
| CMYK | 0.49 | 0 | 0.2 | 0.14 |
| HSL | 155.56º | 0.61% | 0.65% | - |
| HSV(B) | 155.56º | 0.49% | 0.86% | - |
| XYZ | 40.11 | 57.77 | 50.11 | - |
| YUV | 182.69 | 124.22 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 176 | 0.49 | 0 | 0.2 | 0.14 | 155.56 | 0.61 | 0.65 |
| Hex | 70 | DC | B0 | 31 | 0 | 14 | E | 9C | 3D | 41 |
| Octal | 160 | 334 | 260 | 61 | 0 | 24 | 16 | 234 | 75 | 101 |
| Binary | 1110000 | 11011100 | 10110000 | 110001 | 0 | 10100 | 1110 | 10011100 | 111101 | 1000001 |
Color Harmonies of #70DCB0
Complementary color
Monochromatic Colors of #70DCB0
Black with #70DCB0
Text Example
Text Example
White with #70DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DCB0; }
p { color: rgb(112,220,176); }
H1.HeaderClassName
{
color: #70DCB0;
}
.AnyTagClassName
{
color: #70DCB0;
}
</style>
background-color css
<style>
a { background-color: #70DCB0; }
a { background-color: rgb(112,220,176); }
div.DivClassName
{
background-color: #70DCB0;
}
.BgClassName
{
background-color: #70DCB0;
}
</style>
border-color css
<style>
span { border-color: #70DCB0; }
span { border-color: rgb(112,220,176); }
td.TdClassName
{
border-color: #70DCB0;
}
.TagClassName
{
border-color: #70DCB0;
}
</style>