Shades of Aquamarine #70F5BC
Tints of Aquamarine #70F5BC
RGB
CMYK
RGB Variations
Color information
#70F5BC (or 0x70F5BC) is known color: Aquamarine. HEX triplet: 70, F5 and BC. RGB value is (112,245,188). Sum of RGB (Red+Green+Blue) = 112+245+188=545 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.55% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 245 - color contains mainly: green. Hex color #70F5BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F5BC is #8F0A43. Grayscale: #C6C6C6. Windows color (decimal): -9374276 or 12383600. OLE color: 12383600.
HSL color Cylindrical-coordinate representation of color #70F5BC: hue angle of 154.29º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F5BC is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 245 | 188 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.04 |
| HSL | 154.29º | 0.87% | 0.7% | - |
| HSV(B) | 154.29º | 0.54% | 0.96% | - |
| XYZ | 48.41 | 72.38 | 59 | - |
| YUV | 198.74 | 121.94 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 245 | 188 | 0.54 | 0 | 0.23 | 0.04 | 154.29 | 0.87 | 0.7 |
| Hex | 70 | F5 | BC | 36 | 0 | 17 | 4 | 9A | 57 | 46 |
| Octal | 160 | 365 | 274 | 66 | 0 | 27 | 4 | 232 | 127 | 106 |
| Binary | 1110000 | 11110101 | 10111100 | 110110 | 0 | 10111 | 100 | 10011010 | 1010111 | 1000110 |
Color Harmonies of #70F5BC
Complementary color
Monochromatic Colors of #70F5BC
Black with #70F5BC
Text Example
Text Example
White with #70F5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F5BC; }
p { color: rgb(112,245,188); }
H1.HeaderClassName
{
color: #70F5BC;
}
.AnyTagClassName
{
color: #70F5BC;
}
</style>
background-color css
<style>
a { background-color: #70F5BC; }
a { background-color: rgb(112,245,188); }
div.DivClassName
{
background-color: #70F5BC;
}
.BgClassName
{
background-color: #70F5BC;
}
</style>
border-color css
<style>
span { border-color: #70F5BC; }
span { border-color: rgb(112,245,188); }
td.TdClassName
{
border-color: #70F5BC;
}
.TagClassName
{
border-color: #70F5BC;
}
</style>