Shades of Aquamarine #70F6C8
Tints of Aquamarine #70F6C8
RGB
CMYK
RGB Variations
Color information
#70F6C8 (or 0x70F6C8) is known color: Aquamarine. HEX triplet: 70, F6 and C8. RGB value is (112,246,200). Sum of RGB (Red+Green+Blue) = 112+246+200=558 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.07% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #70F6C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F6C8 is #8F0937. Grayscale: #C8C8C8. Windows color (decimal): -9374008 or 13170288. OLE color: 13170288.
HSL color Cylindrical-coordinate representation of color #70F6C8: hue angle of 159.4º degrees, saturation: 0.88, 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 #70F6C8 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 246 | 200 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.04 |
| HSL | 159.4º | 0.88% | 0.7% | - |
| HSV(B) | 159.4º | 0.54% | 0.96% | - |
| XYZ | 50.06 | 73.53 | 66.2 | - |
| YUV | 200.69 | 127.61 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 246 | 200 | 0.54 | 0 | 0.19 | 0.04 | 159.4 | 0.88 | 0.7 |
| Hex | 70 | F6 | C8 | 36 | 0 | 13 | 4 | 9F | 58 | 46 |
| Octal | 160 | 366 | 310 | 66 | 0 | 23 | 4 | 237 | 130 | 106 |
| Binary | 1110000 | 11110110 | 11001000 | 110110 | 0 | 10011 | 100 | 10011111 | 1011000 | 1000110 |
Color Harmonies of #70F6C8
Complementary color
Monochromatic Colors of #70F6C8
Black with #70F6C8
Text Example
Text Example
White with #70F6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F6C8; }
p { color: rgb(112,246,200); }
H1.HeaderClassName
{
color: #70F6C8;
}
.AnyTagClassName
{
color: #70F6C8;
}
</style>
background-color css
<style>
a { background-color: #70F6C8; }
a { background-color: rgb(112,246,200); }
div.DivClassName
{
background-color: #70F6C8;
}
.BgClassName
{
background-color: #70F6C8;
}
</style>
border-color css
<style>
span { border-color: #70F6C8; }
span { border-color: rgb(112,246,200); }
td.TdClassName
{
border-color: #70F6C8;
}
.TagClassName
{
border-color: #70F6C8;
}
</style>