Shades of Aquamarine #70F7CC
Tints of Aquamarine #70F7CC
RGB
CMYK
RGB Variations
Color information
#70F7CC (or 0x70F7CC) is known color: Aquamarine. HEX triplet: 70, F7 and CC. RGB value is (112,247,204). Sum of RGB (Red+Green+Blue) = 112+247+204=563 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.89% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 247 - color contains mainly: green. Hex color #70F7CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F7CC is #8F0833. Grayscale: #C9C9C9. Windows color (decimal): -9373748 or 13432688. OLE color: 13432688.
HSL color Cylindrical-coordinate representation of color #70F7CC: hue angle of 160.89º 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 #70F7CC is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 247 | 204 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.03 |
| HSL | 160.89º | 0.89% | 0.7% | - |
| HSV(B) | 160.89º | 0.55% | 0.97% | - |
| XYZ | 50.84 | 74.33 | 68.79 | - |
| YUV | 201.73 | 129.27 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 247 | 204 | 0.55 | 0 | 0.17 | 0.03 | 160.89 | 0.89 | 0.7 |
| Hex | 70 | F7 | CC | 37 | 0 | 11 | 3 | A1 | 59 | 46 |
| Octal | 160 | 367 | 314 | 67 | 0 | 21 | 3 | 241 | 131 | 106 |
| Binary | 1110000 | 11110111 | 11001100 | 110111 | 0 | 10001 | 11 | 10100001 | 1011001 | 1000110 |
Color Harmonies of #70F7CC
Complementary color
Monochromatic Colors of #70F7CC
Black with #70F7CC
Text Example
Text Example
White with #70F7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F7CC; }
p { color: rgb(112,247,204); }
H1.HeaderClassName
{
color: #70F7CC;
}
.AnyTagClassName
{
color: #70F7CC;
}
</style>
background-color css
<style>
a { background-color: #70F7CC; }
a { background-color: rgb(112,247,204); }
div.DivClassName
{
background-color: #70F7CC;
}
.BgClassName
{
background-color: #70F7CC;
}
</style>
border-color css
<style>
span { border-color: #70F7CC; }
span { border-color: rgb(112,247,204); }
td.TdClassName
{
border-color: #70F7CC;
}
.TagClassName
{
border-color: #70F7CC;
}
</style>