Shades of Aquamarine #70FDC6
Tints of Aquamarine #70FDC6
RGB
CMYK
RGB Variations
Color information
#70FDC6 (or 0x70FDC6) is known color: Aquamarine. HEX triplet: 70, FD and C6. RGB value is (112,253,198). Sum of RGB (Red+Green+Blue) = 112+253+198=563 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.89% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #70FDC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FDC6 is #8F0239. Grayscale: #CCCCCC. Windows color (decimal): -9372218 or 13041008. OLE color: 13041008.
HSL color Cylindrical-coordinate representation of color #70FDC6: hue angle of 156.6º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FDC6 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 253 | 198 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.01 |
| HSL | 156.6º | 0.97% | 0.72% | - |
| HSV(B) | 156.6º | 0.56% | 0.99% | - |
| XYZ | 52 | 77.77 | 65.7 | - |
| YUV | 204.57 | 124.29 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 253 | 198 | 0.56 | 0 | 0.22 | 0.01 | 156.6 | 0.97 | 0.72 |
| Hex | 70 | FD | C6 | 38 | 0 | 16 | 1 | 9D | 61 | 48 |
| Octal | 160 | 375 | 306 | 70 | 0 | 26 | 1 | 235 | 141 | 110 |
| Binary | 1110000 | 11111101 | 11000110 | 111000 | 0 | 10110 | 1 | 10011101 | 1100001 | 1001000 |
Color Harmonies of #70FDC6
Complementary color
Monochromatic Colors of #70FDC6
Black with #70FDC6
Text Example
Text Example
White with #70FDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FDC6; }
p { color: rgb(112,253,198); }
H1.HeaderClassName
{
color: #70FDC6;
}
.AnyTagClassName
{
color: #70FDC6;
}
</style>
background-color css
<style>
a { background-color: #70FDC6; }
a { background-color: rgb(112,253,198); }
div.DivClassName
{
background-color: #70FDC6;
}
.BgClassName
{
background-color: #70FDC6;
}
</style>
border-color css
<style>
span { border-color: #70FDC6; }
span { border-color: rgb(112,253,198); }
td.TdClassName
{
border-color: #70FDC6;
}
.TagClassName
{
border-color: #70FDC6;
}
</style>