Shades of Aquamarine #70F7E2
Tints of Aquamarine #70F7E2
RGB
CMYK
RGB Variations
Color information
#70F7E2 (or 0x70F7E2) is known color: Aquamarine. HEX triplet: 70, F7 and E2. RGB value is (112,247,226). Sum of RGB (Red+Green+Blue) = 112+247+226=585 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.15% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #70F7E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F7E2 is #8F081D. Grayscale: #CCCCCC. Windows color (decimal): -9373726 or 14874480. OLE color: 14874480.
HSL color Cylindrical-coordinate representation of color #70F7E2: hue angle of 170.67º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F7E2 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 226 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.03 |
| HSL | 170.67º | 0.89% | 0.7% | - |
| HSV(B) | 170.67º | 0.55% | 0.97% | - |
| XYZ | 53.67 | 75.46 | 83.69 | - |
| YUV | 204.24 | 140.27 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 226 | 0.55 | 0 | 0.09 | 0.03 | 170.67 | 0.89 | 0.7 |
| Hex | 70 | F7 | E2 | 37 | 0 | 9 | 3 | AB | 59 | 46 |
| Octal | 160 | 367 | 342 | 67 | 0 | 11 | 3 | 253 | 131 | 106 |
| Binary | 1110000 | 11110111 | 11100010 | 110111 | 0 | 1001 | 11 | 10101011 | 1011001 | 1000110 |
Color Harmonies of #70F7E2
Complementary color
Monochromatic Colors of #70F7E2
Black with #70F7E2
Text Example
Text Example
White with #70F7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F7E2; }
p { color: rgb(112,247,226); }
H1.HeaderClassName
{
color: #70F7E2;
}
.AnyTagClassName
{
color: #70F7E2;
}
</style>
background-color css
<style>
a { background-color: #70F7E2; }
a { background-color: rgb(112,247,226); }
div.DivClassName
{
background-color: #70F7E2;
}
.BgClassName
{
background-color: #70F7E2;
}
</style>
border-color css
<style>
span { border-color: #70F7E2; }
span { border-color: rgb(112,247,226); }
td.TdClassName
{
border-color: #70F7E2;
}
.TagClassName
{
border-color: #70F7E2;
}
</style>