Shades of Aquamarine #70FAB4
Tints of Aquamarine #70FAB4
RGB
CMYK
RGB Variations
Color information
#70FAB4 (or 0x70FAB4) is known color: Aquamarine. HEX triplet: 70, FA and B4. RGB value is (112,250,180). Sum of RGB (Red+Green+Blue) = 112+250+180=542 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.66% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #70FAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FAB4 is #8F054B. Grayscale: #C8C8C8. Windows color (decimal): -9373004 or 11860592. OLE color: 11860592.
HSL color Cylindrical-coordinate representation of color #70FAB4: hue angle of 149.57º 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 #70FAB4 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 180 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.02 |
| HSL | 149.57º | 0.93% | 0.71% | - |
| HSV(B) | 149.57º | 0.55% | 0.98% | - |
| XYZ | 49.11 | 75.11 | 55.09 | - |
| YUV | 200.76 | 116.28 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 180 | 0.55 | 0 | 0.28 | 0.02 | 149.57 | 0.93 | 0.71 |
| Hex | 70 | FA | B4 | 37 | 0 | 1C | 2 | 96 | 5D | 47 |
| Octal | 160 | 372 | 264 | 67 | 0 | 34 | 2 | 226 | 135 | 107 |
| Binary | 1110000 | 11111010 | 10110100 | 110111 | 0 | 11100 | 10 | 10010110 | 1011101 | 1000111 |
Color Harmonies of #70FAB4
Complementary color
Monochromatic Colors of #70FAB4
Black with #70FAB4
Text Example
Text Example
White with #70FAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FAB4; }
p { color: rgb(112,250,180); }
H1.HeaderClassName
{
color: #70FAB4;
}
.AnyTagClassName
{
color: #70FAB4;
}
</style>
background-color css
<style>
a { background-color: #70FAB4; }
a { background-color: rgb(112,250,180); }
div.DivClassName
{
background-color: #70FAB4;
}
.BgClassName
{
background-color: #70FAB4;
}
</style>
border-color css
<style>
span { border-color: #70FAB4; }
span { border-color: rgb(112,250,180); }
td.TdClassName
{
border-color: #70FAB4;
}
.TagClassName
{
border-color: #70FAB4;
}
</style>