Shades of Aquamarine #70FABC
Tints of Aquamarine #70FABC
RGB
CMYK
RGB Variations
Color information
#70FABC (or 0x70FABC) is known color: Aquamarine. HEX triplet: 70, FA and BC. RGB value is (112,250,188). Sum of RGB (Red+Green+Blue) = 112+250+188=550 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.36% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #70FABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FABC is #8F0543. Grayscale: #C9C9C9. Windows color (decimal): -9372996 or 12384880. OLE color: 12384880.
HSL color Cylindrical-coordinate representation of color #70FABC: hue angle of 153.04º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FABC is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 188 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.02 |
| HSL | 153.04º | 0.93% | 0.71% | - |
| HSV(B) | 153.04º | 0.55% | 0.98% | - |
| XYZ | 49.94 | 75.45 | 59.51 | - |
| YUV | 201.67 | 120.28 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 188 | 0.55 | 0 | 0.25 | 0.02 | 153.04 | 0.93 | 0.71 |
| Hex | 70 | FA | BC | 37 | 0 | 19 | 2 | 99 | 5D | 47 |
| Octal | 160 | 372 | 274 | 67 | 0 | 31 | 2 | 231 | 135 | 107 |
| Binary | 1110000 | 11111010 | 10111100 | 110111 | 0 | 11001 | 10 | 10011001 | 1011101 | 1000111 |
Color Harmonies of #70FABC
Complementary color
Monochromatic Colors of #70FABC
Black with #70FABC
Text Example
Text Example
White with #70FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FABC; }
p { color: rgb(112,250,188); }
H1.HeaderClassName
{
color: #70FABC;
}
.AnyTagClassName
{
color: #70FABC;
}
</style>
background-color css
<style>
a { background-color: #70FABC; }
a { background-color: rgb(112,250,188); }
div.DivClassName
{
background-color: #70FABC;
}
.BgClassName
{
background-color: #70FABC;
}
</style>
border-color css
<style>
span { border-color: #70FABC; }
span { border-color: rgb(112,250,188); }
td.TdClassName
{
border-color: #70FABC;
}
.TagClassName
{
border-color: #70FABC;
}
</style>