Shades of Aquamarine #70FCD9
Tints of Aquamarine #70FCD9
RGB
CMYK
RGB Variations
Color information
#70FCD9 (or 0x70FCD9) is known color: Aquamarine. HEX triplet: 70, FC and D9. RGB value is (112,252,217). Sum of RGB (Red+Green+Blue) = 112+252+217=581 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.28% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #70FCD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FCD9 is #8F0326. Grayscale: #CECECE. Windows color (decimal): -9372455 or 14285936. OLE color: 14285936.
HSL color Cylindrical-coordinate representation of color #70FCD9: hue angle of 165º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FCD9 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 252 | 217 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.01 |
| HSL | 165º | 0.96% | 0.71% | - |
| HSV(B) | 165º | 0.56% | 0.99% | - |
| XYZ | 54.02 | 78.08 | 77.87 | - |
| YUV | 206.15 | 134.12 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 252 | 217 | 0.56 | 0 | 0.14 | 0.01 | 165 | 0.96 | 0.71 |
| Hex | 70 | FC | D9 | 38 | 0 | E | 1 | A5 | 60 | 47 |
| Octal | 160 | 374 | 331 | 70 | 0 | 16 | 1 | 245 | 140 | 107 |
| Binary | 1110000 | 11111100 | 11011001 | 111000 | 0 | 1110 | 1 | 10100101 | 1100000 | 1000111 |
Color Harmonies of #70FCD9
Complementary color
Monochromatic Colors of #70FCD9
Black with #70FCD9
Text Example
Text Example
White with #70FCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FCD9; }
p { color: rgb(112,252,217); }
H1.HeaderClassName
{
color: #70FCD9;
}
.AnyTagClassName
{
color: #70FCD9;
}
</style>
background-color css
<style>
a { background-color: #70FCD9; }
a { background-color: rgb(112,252,217); }
div.DivClassName
{
background-color: #70FCD9;
}
.BgClassName
{
background-color: #70FCD9;
}
</style>
border-color css
<style>
span { border-color: #70FCD9; }
span { border-color: rgb(112,252,217); }
td.TdClassName
{
border-color: #70FCD9;
}
.TagClassName
{
border-color: #70FCD9;
}
</style>