Shades of Aquamarine #70F4C9
Tints of Aquamarine #70F4C9
RGB
CMYK
RGB Variations
Color information
#70F4C9 (or 0x70F4C9) is known color: Aquamarine. HEX triplet: 70, F4 and C9. RGB value is (112,244,201). Sum of RGB (Red+Green+Blue) = 112+244+201=557 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.11% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #70F4C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F4C9 is #8F0B36. Grayscale: #C7C7C7. Windows color (decimal): -9374519 or 13235312. OLE color: 13235312.
HSL color Cylindrical-coordinate representation of color #70F4C9: hue angle of 160.45º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F4C9 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 244 | 201 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.04 |
| HSL | 160.45º | 0.86% | 0.7% | - |
| HSV(B) | 160.45º | 0.54% | 0.96% | - |
| XYZ | 49.58 | 72.36 | 66.61 | - |
| YUV | 199.63 | 128.77 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 244 | 201 | 0.54 | 0 | 0.18 | 0.04 | 160.45 | 0.86 | 0.7 |
| Hex | 70 | F4 | C9 | 36 | 0 | 12 | 4 | A0 | 56 | 46 |
| Octal | 160 | 364 | 311 | 66 | 0 | 22 | 4 | 240 | 126 | 106 |
| Binary | 1110000 | 11110100 | 11001001 | 110110 | 0 | 10010 | 100 | 10100000 | 1010110 | 1000110 |
Color Harmonies of #70F4C9
Complementary color
Monochromatic Colors of #70F4C9
Black with #70F4C9
Text Example
Text Example
White with #70F4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F4C9; }
p { color: rgb(112,244,201); }
H1.HeaderClassName
{
color: #70F4C9;
}
.AnyTagClassName
{
color: #70F4C9;
}
</style>
background-color css
<style>
a { background-color: #70F4C9; }
a { background-color: rgb(112,244,201); }
div.DivClassName
{
background-color: #70F4C9;
}
.BgClassName
{
background-color: #70F4C9;
}
</style>
border-color css
<style>
span { border-color: #70F4C9; }
span { border-color: rgb(112,244,201); }
td.TdClassName
{
border-color: #70F4C9;
}
.TagClassName
{
border-color: #70F4C9;
}
</style>