Shades of Medium Aquamarine #70F1B3
Tints of Medium Aquamarine #70F1B3
RGB
CMYK
RGB Variations
Color information
#70F1B3 (or 0x70F1B3) is known color: Medium Aquamarine. HEX triplet: 70, F1 and B3. RGB value is (112,241,179). Sum of RGB (Red+Green+Blue) = 112+241+179=532 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.05% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #70F1B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F1B3 is #8F0E4C. Grayscale: #C3C3C3. Windows color (decimal): -9375309 or 11792752. OLE color: 11792752.
HSL color Cylindrical-coordinate representation of color #70F1B3: hue angle of 151.16º 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 #70F1B3 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 179 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.05 |
| HSL | 151.16º | 0.82% | 0.69% | - |
| HSV(B) | 151.16º | 0.54% | 0.95% | - |
| XYZ | 46.27 | 69.61 | 53.65 | - |
| YUV | 195.36 | 118.76 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 179 | 0.54 | 0 | 0.26 | 0.05 | 151.16 | 0.82 | 0.69 |
| Hex | 70 | F1 | B3 | 36 | 0 | 1A | 5 | 97 | 52 | 45 |
| Octal | 160 | 361 | 263 | 66 | 0 | 32 | 5 | 227 | 122 | 105 |
| Binary | 1110000 | 11110001 | 10110011 | 110110 | 0 | 11010 | 101 | 10010111 | 1010010 | 1000101 |
Color Harmonies of #70F1B3
Complementary color
Monochromatic Colors of #70F1B3
Black with #70F1B3
Text Example
Text Example
White with #70F1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F1B3; }
p { color: rgb(112,241,179); }
H1.HeaderClassName
{
color: #70F1B3;
}
.AnyTagClassName
{
color: #70F1B3;
}
</style>
background-color css
<style>
a { background-color: #70F1B3; }
a { background-color: rgb(112,241,179); }
div.DivClassName
{
background-color: #70F1B3;
}
.BgClassName
{
background-color: #70F1B3;
}
</style>
border-color css
<style>
span { border-color: #70F1B3; }
span { border-color: rgb(112,241,179); }
td.TdClassName
{
border-color: #70F1B3;
}
.TagClassName
{
border-color: #70F1B3;
}
</style>