Shades of Aquamarine #70F4C1
Tints of Aquamarine #70F4C1
RGB
CMYK
RGB Variations
Color information
#70F4C1 (or 0x70F4C1) is known color: Aquamarine. HEX triplet: 70, F4 and C1. RGB value is (112,244,193). Sum of RGB (Red+Green+Blue) = 112+244+193=549 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.40% from 549); Green value is 244 (95.70% from 255 or 44.44% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 244 - color contains mainly: green. Hex color #70F4C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F4C1 is #8F0B3E. Grayscale: #C6C6C6. Windows color (decimal): -9374527 or 12711024. OLE color: 12711024.
HSL color Cylindrical-coordinate representation of color #70F4C1: hue angle of 156.82º 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 #70F4C1 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 244 | 193 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.04 |
| HSL | 156.82º | 0.86% | 0.7% | - |
| HSV(B) | 156.82º | 0.54% | 0.96% | - |
| XYZ | 48.66 | 72 | 61.78 | - |
| YUV | 198.72 | 124.77 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 244 | 193 | 0.54 | 0 | 0.21 | 0.04 | 156.82 | 0.86 | 0.7 |
| Hex | 70 | F4 | C1 | 36 | 0 | 15 | 4 | 9D | 56 | 46 |
| Octal | 160 | 364 | 301 | 66 | 0 | 25 | 4 | 235 | 126 | 106 |
| Binary | 1110000 | 11110100 | 11000001 | 110110 | 0 | 10101 | 100 | 10011101 | 1010110 | 1000110 |
Color Harmonies of #70F4C1
Complementary color
Monochromatic Colors of #70F4C1
Black with #70F4C1
Text Example
Text Example
White with #70F4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F4C1; }
p { color: rgb(112,244,193); }
H1.HeaderClassName
{
color: #70F4C1;
}
.AnyTagClassName
{
color: #70F4C1;
}
</style>
background-color css
<style>
a { background-color: #70F4C1; }
a { background-color: rgb(112,244,193); }
div.DivClassName
{
background-color: #70F4C1;
}
.BgClassName
{
background-color: #70F4C1;
}
</style>
border-color css
<style>
span { border-color: #70F4C1; }
span { border-color: rgb(112,244,193); }
td.TdClassName
{
border-color: #70F4C1;
}
.TagClassName
{
border-color: #70F4C1;
}
</style>