Shades of Aquamarine #70EEBE
Tints of Aquamarine #70EEBE
RGB
CMYK
RGB Variations
Color information
#70EEBE (or 0x70EEBE) is known color: Aquamarine. HEX triplet: 70, EE and BE. RGB value is (112,238,190). Sum of RGB (Red+Green+Blue) = 112+238+190=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EEBE is #8F1141. Grayscale: #C2C2C2. Windows color (decimal): -9376066 or 12512880. OLE color: 12512880.
HSL color Cylindrical-coordinate representation of color #70EEBE: hue angle of 157.14º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EEBE is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 238 | 190 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.07 |
| HSL | 157.14º | 0.79% | 0.69% | - |
| HSV(B) | 157.14º | 0.53% | 0.93% | - |
| XYZ | 46.55 | 68.31 | 59.45 | - |
| YUV | 194.85 | 125.26 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 238 | 190 | 0.53 | 0 | 0.20 | 0.07 | 157.14 | 0.79 | 0.69 |
| Hex | 70 | EE | BE | 35 | 0 | 14 | 7 | 9D | 4F | 45 |
| Octal | 160 | 356 | 276 | 65 | 0 | 24 | 7 | 235 | 117 | 105 |
| Binary | 1110000 | 11101110 | 10111110 | 110101 | 0 | 10100 | 111 | 10011101 | 1001111 | 1000101 |
Color Harmonies of #70EEBE
Complementary color
Monochromatic Colors of #70EEBE
Black with #70EEBE
Text Example
Text Example
White with #70EEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EEBE; }
p { color: rgb(112,238,190); }
H1.HeaderClassName
{
color: #70EEBE;
}
.AnyTagClassName
{
color: #70EEBE;
}
</style>
background-color css
<style>
a { background-color: #70EEBE; }
a { background-color: rgb(112,238,190); }
div.DivClassName
{
background-color: #70EEBE;
}
.BgClassName
{
background-color: #70EEBE;
}
</style>
border-color css
<style>
span { border-color: #70EEBE; }
span { border-color: rgb(112,238,190); }
td.TdClassName
{
border-color: #70EEBE;
}
.TagClassName
{
border-color: #70EEBE;
}
</style>