Shades of Aquamarine #70FAE2
Tints of Aquamarine #70FAE2
RGB
CMYK
RGB Variations
Color information
#70FAE2 (or 0x70FAE2) is known color: Aquamarine. HEX triplet: 70, FA and E2. RGB value is (112,250,226). Sum of RGB (Red+Green+Blue) = 112+250+226=588 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.05% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 226 (88.67% from 255 or 38.44% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #70FAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FAE2 is #8F051D. Grayscale: #CDCDCD. Windows color (decimal): -9372958 or 14875248. OLE color: 14875248.
HSL color Cylindrical-coordinate representation of color #70FAE2: hue angle of 169.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 #70FAE2 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 226 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.02 |
| HSL | 169.57º | 0.93% | 0.71% | - |
| HSV(B) | 169.57º | 0.55% | 0.98% | - |
| XYZ | 54.6 | 77.31 | 84 | - |
| YUV | 206 | 139.28 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 226 | 0.55 | 0 | 0.10 | 0.02 | 169.57 | 0.93 | 0.71 |
| Hex | 70 | FA | E2 | 37 | 0 | A | 2 | AA | 5D | 47 |
| Octal | 160 | 372 | 342 | 67 | 0 | 12 | 2 | 252 | 135 | 107 |
| Binary | 1110000 | 11111010 | 11100010 | 110111 | 0 | 1010 | 10 | 10101010 | 1011101 | 1000111 |
Color Harmonies of #70FAE2
Complementary color
Monochromatic Colors of #70FAE2
Black with #70FAE2
Text Example
Text Example
White with #70FAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FAE2; }
p { color: rgb(112,250,226); }
H1.HeaderClassName
{
color: #70FAE2;
}
.AnyTagClassName
{
color: #70FAE2;
}
</style>
background-color css
<style>
a { background-color: #70FAE2; }
a { background-color: rgb(112,250,226); }
div.DivClassName
{
background-color: #70FAE2;
}
.BgClassName
{
background-color: #70FAE2;
}
</style>
border-color css
<style>
span { border-color: #70FAE2; }
span { border-color: rgb(112,250,226); }
td.TdClassName
{
border-color: #70FAE2;
}
.TagClassName
{
border-color: #70FAE2;
}
</style>