Shades of Aquamarine #70F3BC
Tints of Aquamarine #70F3BC
RGB
CMYK
RGB Variations
Color information
#70F3BC (or 0x70F3BC) is known color: Aquamarine. HEX triplet: 70, F3 and BC. RGB value is (112,243,188). Sum of RGB (Red+Green+Blue) = 112+243+188=543 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.63% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #70F3BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F3BC is #8F0C43. Grayscale: #C5C5C5. Windows color (decimal): -9374788 or 12383088. OLE color: 12383088.
HSL color Cylindrical-coordinate representation of color #70F3BC: hue angle of 154.81º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F3BC is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 243 | 188 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.05 |
| HSL | 154.81º | 0.85% | 0.7% | - |
| HSV(B) | 154.81º | 0.54% | 0.95% | - |
| XYZ | 47.81 | 71.18 | 58.8 | - |
| YUV | 197.56 | 122.6 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 243 | 188 | 0.54 | 0 | 0.23 | 0.05 | 154.81 | 0.85 | 0.7 |
| Hex | 70 | F3 | BC | 36 | 0 | 17 | 5 | 9B | 55 | 46 |
| Octal | 160 | 363 | 274 | 66 | 0 | 27 | 5 | 233 | 125 | 106 |
| Binary | 1110000 | 11110011 | 10111100 | 110110 | 0 | 10111 | 101 | 10011011 | 1010101 | 1000110 |
Color Harmonies of #70F3BC
Complementary color
Monochromatic Colors of #70F3BC
Black with #70F3BC
Text Example
Text Example
White with #70F3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F3BC; }
p { color: rgb(112,243,188); }
H1.HeaderClassName
{
color: #70F3BC;
}
.AnyTagClassName
{
color: #70F3BC;
}
</style>
background-color css
<style>
a { background-color: #70F3BC; }
a { background-color: rgb(112,243,188); }
div.DivClassName
{
background-color: #70F3BC;
}
.BgClassName
{
background-color: #70F3BC;
}
</style>
border-color css
<style>
span { border-color: #70F3BC; }
span { border-color: rgb(112,243,188); }
td.TdClassName
{
border-color: #70F3BC;
}
.TagClassName
{
border-color: #70F3BC;
}
</style>