Shades of Medium Aquamarine #70DEAB
Tints of Medium Aquamarine #70DEAB
RGB
CMYK
RGB Variations
Color information
#70DEAB (or 0x70DEAB) is known color: Medium Aquamarine. HEX triplet: 70, DE and AB. RGB value is (112,222,171). Sum of RGB (Red+Green+Blue) = 112+222+171=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #70DEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DEAB is #8F2154. Grayscale: #B7B7B7. Windows color (decimal): -9380181 or 11263600. OLE color: 11263600.
HSL color Cylindrical-coordinate representation of color #70DEAB: hue angle of 152.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DEAB is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 222 | 171 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.13 |
| HSL | 152.18º | 0.63% | 0.65% | - |
| HSV(B) | 152.18º | 0.5% | 0.87% | - |
| XYZ | 40.15 | 58.63 | 47.73 | - |
| YUV | 183.3 | 121.06 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 222 | 171 | 0.50 | 0 | 0.23 | 0.13 | 152.18 | 0.63 | 0.65 |
| Hex | 70 | DE | AB | 32 | 0 | 17 | D | 98 | 3E | 41 |
| Octal | 160 | 336 | 253 | 62 | 0 | 27 | 15 | 230 | 76 | 101 |
| Binary | 1110000 | 11011110 | 10101011 | 110010 | 0 | 10111 | 1101 | 10011000 | 111110 | 1000001 |
Color Harmonies of #70DEAB
Complementary color
Monochromatic Colors of #70DEAB
Black with #70DEAB
Text Example
Text Example
White with #70DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DEAB; }
p { color: rgb(112,222,171); }
H1.HeaderClassName
{
color: #70DEAB;
}
.AnyTagClassName
{
color: #70DEAB;
}
</style>
background-color css
<style>
a { background-color: #70DEAB; }
a { background-color: rgb(112,222,171); }
div.DivClassName
{
background-color: #70DEAB;
}
.BgClassName
{
background-color: #70DEAB;
}
</style>
border-color css
<style>
span { border-color: #70DEAB; }
span { border-color: rgb(112,222,171); }
td.TdClassName
{
border-color: #70DEAB;
}
.TagClassName
{
border-color: #70DEAB;
}
</style>