Shades of Medium Aquamarine #70BFA6
Tints of Medium Aquamarine #70BFA6
RGB
CMYK
RGB Variations
Color information
#70BFA6 (or 0x70BFA6) is known color: Medium Aquamarine. HEX triplet: 70, BF and A6. RGB value is (112,191,166). Sum of RGB (Red+Green+Blue) = 112+191+166=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #70BFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BFA6 is #8F4059. Grayscale: #A4A4A4. Windows color (decimal): -9388122 or 10927984. OLE color: 10927984.
HSL color Cylindrical-coordinate representation of color #70BFA6: hue angle of 161.01º 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 #70BFA6 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 191 | 166 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.25 |
| HSL | 161.01º | 0.38% | 0.59% | - |
| HSV(B) | 161.01º | 0.41% | 0.75% | - |
| XYZ | 32.2 | 43.46 | 42.77 | - |
| YUV | 164.53 | 128.83 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 166 | 0.41 | 0 | 0.13 | 0.25 | 161.01 | 0.38 | 0.59 |
| Hex | 70 | BF | A6 | 29 | 0 | D | 19 | A1 | 26 | 3B |
| Octal | 160 | 277 | 246 | 51 | 0 | 15 | 31 | 241 | 46 | 73 |
| Binary | 1110000 | 10111111 | 10100110 | 101001 | 0 | 1101 | 11001 | 10100001 | 100110 | 111011 |
Color Harmonies of #70BFA6
Complementary color
Monochromatic Colors of #70BFA6
Black with #70BFA6
Text Example
Text Example
White with #70BFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BFA6; }
p { color: rgb(112,191,166); }
H1.HeaderClassName
{
color: #70BFA6;
}
.AnyTagClassName
{
color: #70BFA6;
}
</style>
background-color css
<style>
a { background-color: #70BFA6; }
a { background-color: rgb(112,191,166); }
div.DivClassName
{
background-color: #70BFA6;
}
.BgClassName
{
background-color: #70BFA6;
}
</style>
border-color css
<style>
span { border-color: #70BFA6; }
span { border-color: rgb(112,191,166); }
td.TdClassName
{
border-color: #70BFA6;
}
.TagClassName
{
border-color: #70BFA6;
}
</style>