Shades of Medium Aquamarine #70DF9C
Tints of Medium Aquamarine #70DF9C
RGB
CMYK
RGB Variations
Color information
#70DF9C (or 0x70DF9C) is known color: Medium Aquamarine. HEX triplet: 70, DF and 9C. RGB value is (112,223,156). Sum of RGB (Red+Green+Blue) = 112+223+156=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DF9C is #8F2063. Grayscale: #B6B6B6. Windows color (decimal): -9379940 or 10280816. OLE color: 10280816.
HSL color Cylindrical-coordinate representation of color #70DF9C: hue angle of 143.78º 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 #70DF9C is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 156 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.13 |
| HSL | 143.78º | 0.63% | 0.66% | - |
| HSV(B) | 143.78º | 0.5% | 0.87% | - |
| XYZ | 39.07 | 58.62 | 40.71 | - |
| YUV | 182.17 | 113.23 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 156 | 0.50 | 0 | 0.30 | 0.13 | 143.78 | 0.63 | 0.66 |
| Hex | 70 | DF | 9C | 32 | 0 | 1E | D | 90 | 3F | 42 |
| Octal | 160 | 337 | 234 | 62 | 0 | 36 | 15 | 220 | 77 | 102 |
| Binary | 1110000 | 11011111 | 10011100 | 110010 | 0 | 11110 | 1101 | 10010000 | 111111 | 1000010 |
Color Harmonies of #70DF9C
Complementary color
Monochromatic Colors of #70DF9C
Black with #70DF9C
Text Example
Text Example
White with #70DF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF9C; }
p { color: rgb(112,223,156); }
H1.HeaderClassName
{
color: #70DF9C;
}
.AnyTagClassName
{
color: #70DF9C;
}
</style>
background-color css
<style>
a { background-color: #70DF9C; }
a { background-color: rgb(112,223,156); }
div.DivClassName
{
background-color: #70DF9C;
}
.BgClassName
{
background-color: #70DF9C;
}
</style>
border-color css
<style>
span { border-color: #70DF9C; }
span { border-color: rgb(112,223,156); }
td.TdClassName
{
border-color: #70DF9C;
}
.TagClassName
{
border-color: #70DF9C;
}
</style>