Shades of Aquamarine #70EED6
Tints of Aquamarine #70EED6
RGB
CMYK
RGB Variations
Color information
#70EED6 (or 0x70EED6) is known color: Aquamarine. HEX triplet: 70, EE and D6. RGB value is (112,238,214). Sum of RGB (Red+Green+Blue) = 112+238+214=564 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.86% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #70EED6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EED6 is #8F1129. Grayscale: #C5C5C5. Windows color (decimal): -9376042 or 14085744. OLE color: 14085744.
HSL color Cylindrical-coordinate representation of color #70EED6: hue angle of 168.57º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EED6 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 238 | 214 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.07 |
| HSL | 168.57º | 0.79% | 0.69% | - |
| HSV(B) | 168.57º | 0.53% | 0.93% | - |
| XYZ | 49.39 | 69.45 | 74.42 | - |
| YUV | 197.59 | 137.26 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 238 | 214 | 0.53 | 0 | 0.10 | 0.07 | 168.57 | 0.79 | 0.69 |
| Hex | 70 | EE | D6 | 35 | 0 | A | 7 | A9 | 4F | 45 |
| Octal | 160 | 356 | 326 | 65 | 0 | 12 | 7 | 251 | 117 | 105 |
| Binary | 1110000 | 11101110 | 11010110 | 110101 | 0 | 1010 | 111 | 10101001 | 1001111 | 1000101 |
Color Harmonies of #70EED6
Complementary color
Monochromatic Colors of #70EED6
Black with #70EED6
Text Example
Text Example
White with #70EED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EED6; }
p { color: rgb(112,238,214); }
H1.HeaderClassName
{
color: #70EED6;
}
.AnyTagClassName
{
color: #70EED6;
}
</style>
background-color css
<style>
a { background-color: #70EED6; }
a { background-color: rgb(112,238,214); }
div.DivClassName
{
background-color: #70EED6;
}
.BgClassName
{
background-color: #70EED6;
}
</style>
border-color css
<style>
span { border-color: #70EED6; }
span { border-color: rgb(112,238,214); }
td.TdClassName
{
border-color: #70EED6;
}
.TagClassName
{
border-color: #70EED6;
}
</style>