Shades of Aquamarine #70F2DC
Tints of Aquamarine #70F2DC
RGB
CMYK
RGB Variations
Color information
#70F2DC (or 0x70F2DC) is known color: Aquamarine. HEX triplet: 70, F2 and DC. RGB value is (112,242,220). Sum of RGB (Red+Green+Blue) = 112+242+220=574 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.51% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #70F2DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F2DC is #8F0D23. Grayscale: #C8C8C8. Windows color (decimal): -9375012 or 14479984. OLE color: 14479984.
HSL color Cylindrical-coordinate representation of color #70F2DC: hue angle of 169.85º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F2DC is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 242 | 220 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.05 |
| HSL | 169.85º | 0.83% | 0.69% | - |
| HSV(B) | 169.85º | 0.54% | 0.95% | - |
| XYZ | 51.35 | 72.12 | 78.92 | - |
| YUV | 200.62 | 138.93 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 220 | 0.54 | 0 | 0.09 | 0.05 | 169.85 | 0.83 | 0.69 |
| Hex | 70 | F2 | DC | 36 | 0 | 9 | 5 | AA | 53 | 45 |
| Octal | 160 | 362 | 334 | 66 | 0 | 11 | 5 | 252 | 123 | 105 |
| Binary | 1110000 | 11110010 | 11011100 | 110110 | 0 | 1001 | 101 | 10101010 | 1010011 | 1000101 |
Color Harmonies of #70F2DC
Complementary color
Monochromatic Colors of #70F2DC
Black with #70F2DC
Text Example
Text Example
White with #70F2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F2DC; }
p { color: rgb(112,242,220); }
H1.HeaderClassName
{
color: #70F2DC;
}
.AnyTagClassName
{
color: #70F2DC;
}
</style>
background-color css
<style>
a { background-color: #70F2DC; }
a { background-color: rgb(112,242,220); }
div.DivClassName
{
background-color: #70F2DC;
}
.BgClassName
{
background-color: #70F2DC;
}
</style>
border-color css
<style>
span { border-color: #70F2DC; }
span { border-color: rgb(112,242,220); }
td.TdClassName
{
border-color: #70F2DC;
}
.TagClassName
{
border-color: #70F2DC;
}
</style>