Shades of Aquamarine #70FAB2
Tints of Aquamarine #70FAB2
RGB
CMYK
RGB Variations
Color information
#70FAB2 (or 0x70FAB2) is known color: Aquamarine. HEX triplet: 70, FA and B2. RGB value is (112,250,178). Sum of RGB (Red+Green+Blue) = 112+250+178=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #70FAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FAB2 is #8F054D. Grayscale: #C8C8C8. Windows color (decimal): -9373006 or 11729520. OLE color: 11729520.
HSL color Cylindrical-coordinate representation of color #70FAB2: hue angle of 148.7º 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 #70FAB2 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 178 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.02 |
| HSL | 148.7º | 0.93% | 0.71% | - |
| HSV(B) | 148.7º | 0.55% | 0.98% | - |
| XYZ | 48.9 | 75.03 | 54.02 | - |
| YUV | 200.53 | 115.28 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 178 | 0.55 | 0 | 0.29 | 0.02 | 148.7 | 0.93 | 0.71 |
| Hex | 70 | FA | B2 | 37 | 0 | 1D | 2 | 95 | 5D | 47 |
| Octal | 160 | 372 | 262 | 67 | 0 | 35 | 2 | 225 | 135 | 107 |
| Binary | 1110000 | 11111010 | 10110010 | 110111 | 0 | 11101 | 10 | 10010101 | 1011101 | 1000111 |
Color Harmonies of #70FAB2
Complementary color
Monochromatic Colors of #70FAB2
Black with #70FAB2
Text Example
Text Example
White with #70FAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FAB2; }
p { color: rgb(112,250,178); }
H1.HeaderClassName
{
color: #70FAB2;
}
.AnyTagClassName
{
color: #70FAB2;
}
</style>
background-color css
<style>
a { background-color: #70FAB2; }
a { background-color: rgb(112,250,178); }
div.DivClassName
{
background-color: #70FAB2;
}
.BgClassName
{
background-color: #70FAB2;
}
</style>
border-color css
<style>
span { border-color: #70FAB2; }
span { border-color: rgb(112,250,178); }
td.TdClassName
{
border-color: #70FAB2;
}
.TagClassName
{
border-color: #70FAB2;
}
</style>