Shades of Medium Aquamarine #70BFA7
Tints of Medium Aquamarine #70BFA7
RGB
CMYK
RGB Variations
Color information
#70BFA7 (or 0x70BFA7) is known color: Medium Aquamarine. HEX triplet: 70, BF and A7. RGB value is (112,191,167). Sum of RGB (Red+Green+Blue) = 112+191+167=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #70BFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BFA7 is #8F4058. Grayscale: #A4A4A4. Windows color (decimal): -9388121 or 10993520. OLE color: 10993520.
HSL color Cylindrical-coordinate representation of color #70BFA7: hue angle of 161.77º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BFA7 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 191 | 167 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.25 |
| HSL | 161.77º | 0.38% | 0.59% | - |
| HSV(B) | 161.77º | 0.41% | 0.75% | - |
| XYZ | 32.29 | 43.5 | 43.25 | - |
| YUV | 164.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 167 | 0.41 | 0 | 0.13 | 0.25 | 161.77 | 0.38 | 0.59 |
| Hex | 70 | BF | A7 | 29 | 0 | D | 19 | A2 | 26 | 3B |
| Octal | 160 | 277 | 247 | 51 | 0 | 15 | 31 | 242 | 46 | 73 |
| Binary | 1110000 | 10111111 | 10100111 | 101001 | 0 | 1101 | 11001 | 10100010 | 100110 | 111011 |
Color Harmonies of #70BFA7
Complementary color
Monochromatic Colors of #70BFA7
Black with #70BFA7
Text Example
Text Example
White with #70BFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BFA7; }
p { color: rgb(112,191,167); }
H1.HeaderClassName
{
color: #70BFA7;
}
.AnyTagClassName
{
color: #70BFA7;
}
</style>
background-color css
<style>
a { background-color: #70BFA7; }
a { background-color: rgb(112,191,167); }
div.DivClassName
{
background-color: #70BFA7;
}
.BgClassName
{
background-color: #70BFA7;
}
</style>
border-color css
<style>
span { border-color: #70BFA7; }
span { border-color: rgb(112,191,167); }
td.TdClassName
{
border-color: #70BFA7;
}
.TagClassName
{
border-color: #70BFA7;
}
</style>