Shades of Medium Aquamarine #70CEB0
Tints of Medium Aquamarine #70CEB0
RGB
CMYK
RGB Variations
Color information
#70CEB0 (or 0x70CEB0) is known color: Medium Aquamarine. HEX triplet: 70, CE and B0. RGB value is (112,206,176). Sum of RGB (Red+Green+Blue) = 112+206+176=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CEB0 is #8F314F. Grayscale: #AEAEAE. Windows color (decimal): -9384272 or 11587184. OLE color: 11587184.
HSL color Cylindrical-coordinate representation of color #70CEB0: hue angle of 160.85º 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 #70CEB0 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 176 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.19 |
| HSL | 160.85º | 0.49% | 0.62% | - |
| HSV(B) | 160.85º | 0.46% | 0.81% | - |
| XYZ | 36.59 | 50.72 | 48.94 | - |
| YUV | 174.47 | 128.86 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 176 | 0.46 | 0 | 0.15 | 0.19 | 160.85 | 0.49 | 0.62 |
| Hex | 70 | CE | B0 | 2E | 0 | F | 13 | A1 | 31 | 3E |
| Octal | 160 | 316 | 260 | 56 | 0 | 17 | 23 | 241 | 61 | 76 |
| Binary | 1110000 | 11001110 | 10110000 | 101110 | 0 | 1111 | 10011 | 10100001 | 110001 | 111110 |
Color Harmonies of #70CEB0
Complementary color
Monochromatic Colors of #70CEB0
Black with #70CEB0
Text Example
Text Example
White with #70CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CEB0; }
p { color: rgb(112,206,176); }
H1.HeaderClassName
{
color: #70CEB0;
}
.AnyTagClassName
{
color: #70CEB0;
}
</style>
background-color css
<style>
a { background-color: #70CEB0; }
a { background-color: rgb(112,206,176); }
div.DivClassName
{
background-color: #70CEB0;
}
.BgClassName
{
background-color: #70CEB0;
}
</style>
border-color css
<style>
span { border-color: #70CEB0; }
span { border-color: rgb(112,206,176); }
td.TdClassName
{
border-color: #70CEB0;
}
.TagClassName
{
border-color: #70CEB0;
}
</style>