Shades of Aquamarine #70F9C7
Tints of Aquamarine #70F9C7
RGB
CMYK
RGB Variations
Color information
#70F9C7 (or 0x70F9C7) is known color: Aquamarine. HEX triplet: 70, F9 and C7. RGB value is (112,249,199). Sum of RGB (Red+Green+Blue) = 112+249+199=560 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #70F9C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F9C7 is #8F0638. Grayscale: #CACACA. Windows color (decimal): -9373241 or 13105520. OLE color: 13105520.
HSL color Cylindrical-coordinate representation of color #70F9C7: hue angle of 158.1º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F9C7 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 249 | 199 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.02 |
| HSL | 158.1º | 0.92% | 0.71% | - |
| HSV(B) | 158.1º | 0.55% | 0.98% | - |
| XYZ | 50.87 | 75.32 | 65.89 | - |
| YUV | 202.34 | 126.11 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 249 | 199 | 0.55 | 0 | 0.20 | 0.02 | 158.1 | 0.92 | 0.71 |
| Hex | 70 | F9 | C7 | 37 | 0 | 14 | 2 | 9E | 5C | 47 |
| Octal | 160 | 371 | 307 | 67 | 0 | 24 | 2 | 236 | 134 | 107 |
| Binary | 1110000 | 11111001 | 11000111 | 110111 | 0 | 10100 | 10 | 10011110 | 1011100 | 1000111 |
Color Harmonies of #70F9C7
Complementary color
Monochromatic Colors of #70F9C7
Black with #70F9C7
Text Example
Text Example
White with #70F9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F9C7; }
p { color: rgb(112,249,199); }
H1.HeaderClassName
{
color: #70F9C7;
}
.AnyTagClassName
{
color: #70F9C7;
}
</style>
background-color css
<style>
a { background-color: #70F9C7; }
a { background-color: rgb(112,249,199); }
div.DivClassName
{
background-color: #70F9C7;
}
.BgClassName
{
background-color: #70F9C7;
}
</style>
border-color css
<style>
span { border-color: #70F9C7; }
span { border-color: rgb(112,249,199); }
td.TdClassName
{
border-color: #70F9C7;
}
.TagClassName
{
border-color: #70F9C7;
}
</style>