Shades of Medium Aquamarine #70F2A5
Tints of Medium Aquamarine #70F2A5
RGB
CMYK
RGB Variations
Color information
#70F2A5 (or 0x70F2A5) is known color: Medium Aquamarine. HEX triplet: 70, F2 and A5. RGB value is (112,242,165). Sum of RGB (Red+Green+Blue) = 112+242+165=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #70F2A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F2A5 is #8F0D5A. Grayscale: #C2C2C2. Windows color (decimal): -9375067 or 10875504. OLE color: 10875504.
HSL color Cylindrical-coordinate representation of color #70F2A5: hue angle of 144.46º 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 #70F2A5 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 242 | 165 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.05 |
| HSL | 144.46º | 0.83% | 0.69% | - |
| HSV(B) | 144.46º | 0.54% | 0.95% | - |
| XYZ | 45.23 | 69.67 | 46.66 | - |
| YUV | 194.35 | 111.43 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 165 | 0.54 | 0 | 0.32 | 0.05 | 144.46 | 0.83 | 0.69 |
| Hex | 70 | F2 | A5 | 36 | 0 | 20 | 5 | 90 | 53 | 45 |
| Octal | 160 | 362 | 245 | 66 | 0 | 40 | 5 | 220 | 123 | 105 |
| Binary | 1110000 | 11110010 | 10100101 | 110110 | 0 | 100000 | 101 | 10010000 | 1010011 | 1000101 |
Color Harmonies of #70F2A5
Complementary color
Monochromatic Colors of #70F2A5
Black with #70F2A5
Text Example
Text Example
White with #70F2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F2A5; }
p { color: rgb(112,242,165); }
H1.HeaderClassName
{
color: #70F2A5;
}
.AnyTagClassName
{
color: #70F2A5;
}
</style>
background-color css
<style>
a { background-color: #70F2A5; }
a { background-color: rgb(112,242,165); }
div.DivClassName
{
background-color: #70F2A5;
}
.BgClassName
{
background-color: #70F2A5;
}
</style>
border-color css
<style>
span { border-color: #70F2A5; }
span { border-color: rgb(112,242,165); }
td.TdClassName
{
border-color: #70F2A5;
}
.TagClassName
{
border-color: #70F2A5;
}
</style>