Shades of Aquamarine #70F6CF
Tints of Aquamarine #70F6CF
RGB
CMYK
RGB Variations
Color information
#70F6CF (or 0x70F6CF) is known color: Aquamarine. HEX triplet: 70, F6 and CF. RGB value is (112,246,207). Sum of RGB (Red+Green+Blue) = 112+246+207=565 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.82% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 246 - color contains mainly: green. Hex color #70F6CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F6CF is #8F0930. Grayscale: #C9C9C9. Windows color (decimal): -9374001 or 13629040. OLE color: 13629040.
HSL color Cylindrical-coordinate representation of color #70F6CF: hue angle of 162.54º 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 #70F6CF is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 246 | 207 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.04 |
| HSL | 162.54º | 0.88% | 0.7% | - |
| HSV(B) | 162.54º | 0.54% | 0.96% | - |
| XYZ | 50.9 | 73.86 | 70.61 | - |
| YUV | 201.49 | 131.11 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 246 | 207 | 0.54 | 0 | 0.16 | 0.04 | 162.54 | 0.88 | 0.7 |
| Hex | 70 | F6 | CF | 36 | 0 | 10 | 4 | A3 | 58 | 46 |
| Octal | 160 | 366 | 317 | 66 | 0 | 20 | 4 | 243 | 130 | 106 |
| Binary | 1110000 | 11110110 | 11001111 | 110110 | 0 | 10000 | 100 | 10100011 | 1011000 | 1000110 |
Color Harmonies of #70F6CF
Complementary color
Monochromatic Colors of #70F6CF
Black with #70F6CF
Text Example
Text Example
White with #70F6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F6CF; }
p { color: rgb(112,246,207); }
H1.HeaderClassName
{
color: #70F6CF;
}
.AnyTagClassName
{
color: #70F6CF;
}
</style>
background-color css
<style>
a { background-color: #70F6CF; }
a { background-color: rgb(112,246,207); }
div.DivClassName
{
background-color: #70F6CF;
}
.BgClassName
{
background-color: #70F6CF;
}
</style>
border-color css
<style>
span { border-color: #70F6CF; }
span { border-color: rgb(112,246,207); }
td.TdClassName
{
border-color: #70F6CF;
}
.TagClassName
{
border-color: #70F6CF;
}
</style>