Shades of Medium Aquamarine #70DF9B
Tints of Medium Aquamarine #70DF9B
RGB
CMYK
RGB Variations
Color information
#70DF9B (or 0x70DF9B) is known color: Medium Aquamarine. HEX triplet: 70, DF and 9B. RGB value is (112,223,155). Sum of RGB (Red+Green+Blue) = 112+223+155=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DF9B is #8F2064. Grayscale: #B6B6B6. Windows color (decimal): -9379941 or 10215280. OLE color: 10215280.
HSL color Cylindrical-coordinate representation of color #70DF9B: hue angle of 143.24º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DF9B is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 155 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.13 |
| HSL | 143.24º | 0.63% | 0.66% | - |
| HSV(B) | 143.24º | 0.5% | 0.87% | - |
| XYZ | 38.99 | 58.59 | 40.26 | - |
| YUV | 182.06 | 112.73 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 155 | 0.50 | 0 | 0.30 | 0.13 | 143.24 | 0.63 | 0.66 |
| Hex | 70 | DF | 9B | 32 | 0 | 1E | D | 8F | 3F | 42 |
| Octal | 160 | 337 | 233 | 62 | 0 | 36 | 15 | 217 | 77 | 102 |
| Binary | 1110000 | 11011111 | 10011011 | 110010 | 0 | 11110 | 1101 | 10001111 | 111111 | 1000010 |
Color Harmonies of #70DF9B
Complementary color
Monochromatic Colors of #70DF9B
Black with #70DF9B
Text Example
Text Example
White with #70DF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF9B; }
p { color: rgb(112,223,155); }
H1.HeaderClassName
{
color: #70DF9B;
}
.AnyTagClassName
{
color: #70DF9B;
}
</style>
background-color css
<style>
a { background-color: #70DF9B; }
a { background-color: rgb(112,223,155); }
div.DivClassName
{
background-color: #70DF9B;
}
.BgClassName
{
background-color: #70DF9B;
}
</style>
border-color css
<style>
span { border-color: #70DF9B; }
span { border-color: rgb(112,223,155); }
td.TdClassName
{
border-color: #70DF9B;
}
.TagClassName
{
border-color: #70DF9B;
}
</style>