Shades of Aquamarine #70F1BA
Tints of Aquamarine #70F1BA
RGB
CMYK
RGB Variations
Color information
#70F1BA (or 0x70F1BA) is known color: Aquamarine. HEX triplet: 70, F1 and BA. RGB value is (112,241,186). Sum of RGB (Red+Green+Blue) = 112+241+186=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #70F1BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F1BA is #8F0E45. Grayscale: #C4C4C4. Windows color (decimal): -9375302 or 12251504. OLE color: 12251504.
HSL color Cylindrical-coordinate representation of color #70F1BA: hue angle of 154.42º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F1BA is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 186 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.05 |
| HSL | 154.42º | 0.82% | 0.69% | - |
| HSV(B) | 154.42º | 0.54% | 0.95% | - |
| XYZ | 47 | 69.9 | 57.47 | - |
| YUV | 196.16 | 122.26 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 186 | 0.54 | 0 | 0.23 | 0.05 | 154.42 | 0.82 | 0.69 |
| Hex | 70 | F1 | BA | 36 | 0 | 17 | 5 | 9A | 52 | 45 |
| Octal | 160 | 361 | 272 | 66 | 0 | 27 | 5 | 232 | 122 | 105 |
| Binary | 1110000 | 11110001 | 10111010 | 110110 | 0 | 10111 | 101 | 10011010 | 1010010 | 1000101 |
Color Harmonies of #70F1BA
Complementary color
Monochromatic Colors of #70F1BA
Black with #70F1BA
Text Example
Text Example
White with #70F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F1BA; }
p { color: rgb(112,241,186); }
H1.HeaderClassName
{
color: #70F1BA;
}
.AnyTagClassName
{
color: #70F1BA;
}
</style>
background-color css
<style>
a { background-color: #70F1BA; }
a { background-color: rgb(112,241,186); }
div.DivClassName
{
background-color: #70F1BA;
}
.BgClassName
{
background-color: #70F1BA;
}
</style>
border-color css
<style>
span { border-color: #70F1BA; }
span { border-color: rgb(112,241,186); }
td.TdClassName
{
border-color: #70F1BA;
}
.TagClassName
{
border-color: #70F1BA;
}
</style>