Shades of Medium Aquamarine #70DDB2
Tints of Medium Aquamarine #70DDB2
RGB
CMYK
RGB Variations
Color information
#70DDB2 (or 0x70DDB2) is known color: Medium Aquamarine. HEX triplet: 70, DD and B2. RGB value is (112,221,178). Sum of RGB (Red+Green+Blue) = 112+221+178=511 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.92% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DDB2 is #8F224D. Grayscale: #B7B7B7. Windows color (decimal): -9380430 or 11722096. OLE color: 11722096.
HSL color Cylindrical-coordinate representation of color #70DDB2: hue angle of 156.33º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DDB2 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 221 | 178 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.13 |
| HSL | 156.33º | 0.62% | 0.65% | - |
| HSV(B) | 156.33º | 0.49% | 0.87% | - |
| XYZ | 40.57 | 58.37 | 51.25 | - |
| YUV | 183.51 | 124.89 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 178 | 0.49 | 0 | 0.19 | 0.13 | 156.33 | 0.62 | 0.65 |
| Hex | 70 | DD | B2 | 31 | 0 | 13 | D | 9C | 3E | 41 |
| Octal | 160 | 335 | 262 | 61 | 0 | 23 | 15 | 234 | 76 | 101 |
| Binary | 1110000 | 11011101 | 10110010 | 110001 | 0 | 10011 | 1101 | 10011100 | 111110 | 1000001 |
Color Harmonies of #70DDB2
Complementary color
Monochromatic Colors of #70DDB2
Black with #70DDB2
Text Example
Text Example
White with #70DDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DDB2; }
p { color: rgb(112,221,178); }
H1.HeaderClassName
{
color: #70DDB2;
}
.AnyTagClassName
{
color: #70DDB2;
}
</style>
background-color css
<style>
a { background-color: #70DDB2; }
a { background-color: rgb(112,221,178); }
div.DivClassName
{
background-color: #70DDB2;
}
.BgClassName
{
background-color: #70DDB2;
}
</style>
border-color css
<style>
span { border-color: #70DDB2; }
span { border-color: rgb(112,221,178); }
td.TdClassName
{
border-color: #70DDB2;
}
.TagClassName
{
border-color: #70DDB2;
}
</style>