Shades of Medium Aquamarine #70BEA4
Tints of Medium Aquamarine #70BEA4
RGB
CMYK
RGB Variations
Color information
#70BEA4 (or 0x70BEA4) is known color: Medium Aquamarine. HEX triplet: 70, BE and A4. RGB value is (112,190,164). Sum of RGB (Red+Green+Blue) = 112+190+164=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #70BEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BEA4 is #8F415B. Grayscale: #A3A3A3. Windows color (decimal): -9388380 or 10796656. OLE color: 10796656.
HSL color Cylindrical-coordinate representation of color #70BEA4: hue angle of 160º 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 #70BEA4 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 190 | 164 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.25 |
| HSL | 160º | 0.38% | 0.59% | - |
| HSV(B) | 160º | 0.41% | 0.75% | - |
| XYZ | 31.8 | 42.95 | 41.74 | - |
| YUV | 163.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 164 | 0.41 | 0 | 0.14 | 0.25 | 160 | 0.38 | 0.59 |
| Hex | 70 | BE | A4 | 29 | 0 | E | 19 | A0 | 26 | 3B |
| Octal | 160 | 276 | 244 | 51 | 0 | 16 | 31 | 240 | 46 | 73 |
| Binary | 1110000 | 10111110 | 10100100 | 101001 | 0 | 1110 | 11001 | 10100000 | 100110 | 111011 |
Color Harmonies of #70BEA4
Complementary color
Monochromatic Colors of #70BEA4
Black with #70BEA4
Text Example
Text Example
White with #70BEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BEA4; }
p { color: rgb(112,190,164); }
H1.HeaderClassName
{
color: #70BEA4;
}
.AnyTagClassName
{
color: #70BEA4;
}
</style>
background-color css
<style>
a { background-color: #70BEA4; }
a { background-color: rgb(112,190,164); }
div.DivClassName
{
background-color: #70BEA4;
}
.BgClassName
{
background-color: #70BEA4;
}
</style>
border-color css
<style>
span { border-color: #70BEA4; }
span { border-color: rgb(112,190,164); }
td.TdClassName
{
border-color: #70BEA4;
}
.TagClassName
{
border-color: #70BEA4;
}
</style>