Shades of Medium Aquamarine #70CEB2
Tints of Medium Aquamarine #70CEB2
RGB
CMYK
RGB Variations
Color information
#70CEB2 (or 0x70CEB2) is known color: Medium Aquamarine. HEX triplet: 70, CE and B2. RGB value is (112,206,178). Sum of RGB (Red+Green+Blue) = 112+206+178=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CEB2 is #8F314D. Grayscale: #AEAEAE. Windows color (decimal): -9384270 or 11718256. OLE color: 11718256.
HSL color Cylindrical-coordinate representation of color #70CEB2: hue angle of 162.13º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CEB2 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 178 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.19 |
| HSL | 162.13º | 0.49% | 0.62% | - |
| HSV(B) | 162.13º | 0.46% | 0.81% | - |
| XYZ | 36.79 | 50.8 | 49.99 | - |
| YUV | 174.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 178 | 0.46 | 0 | 0.14 | 0.19 | 162.13 | 0.49 | 0.62 |
| Hex | 70 | CE | B2 | 2E | 0 | E | 13 | A2 | 31 | 3E |
| Octal | 160 | 316 | 262 | 56 | 0 | 16 | 23 | 242 | 61 | 76 |
| Binary | 1110000 | 11001110 | 10110010 | 101110 | 0 | 1110 | 10011 | 10100010 | 110001 | 111110 |
Color Harmonies of #70CEB2
Complementary color
Monochromatic Colors of #70CEB2
Black with #70CEB2
Text Example
Text Example
White with #70CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CEB2; }
p { color: rgb(112,206,178); }
H1.HeaderClassName
{
color: #70CEB2;
}
.AnyTagClassName
{
color: #70CEB2;
}
</style>
background-color css
<style>
a { background-color: #70CEB2; }
a { background-color: rgb(112,206,178); }
div.DivClassName
{
background-color: #70CEB2;
}
.BgClassName
{
background-color: #70CEB2;
}
</style>
border-color css
<style>
span { border-color: #70CEB2; }
span { border-color: rgb(112,206,178); }
td.TdClassName
{
border-color: #70CEB2;
}
.TagClassName
{
border-color: #70CEB2;
}
</style>