Shades of Aquamarine #70EAD4
Tints of Aquamarine #70EAD4
RGB
CMYK
RGB Variations
Color information
#70EAD4 (or 0x70EAD4) is known color: Aquamarine. HEX triplet: 70, EA and D4. RGB value is (112,234,212). Sum of RGB (Red+Green+Blue) = 112+234+212=558 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.07% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #70EAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EAD4 is #8F152B. Grayscale: #C2C2C2. Windows color (decimal): -9377068 or 13953648. OLE color: 13953648.
HSL color Cylindrical-coordinate representation of color #70EAD4: hue angle of 169.18º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EAD4 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 234 | 212 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.08 |
| HSL | 169.18º | 0.74% | 0.68% | - |
| HSV(B) | 169.18º | 0.52% | 0.92% | - |
| XYZ | 47.99 | 67.04 | 72.7 | - |
| YUV | 195.01 | 137.58 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 234 | 212 | 0.52 | 0 | 0.09 | 0.08 | 169.18 | 0.74 | 0.68 |
| Hex | 70 | EA | D4 | 34 | 0 | 9 | 8 | A9 | 4A | 44 |
| Octal | 160 | 352 | 324 | 64 | 0 | 11 | 10 | 251 | 112 | 104 |
| Binary | 1110000 | 11101010 | 11010100 | 110100 | 0 | 1001 | 1000 | 10101001 | 1001010 | 1000100 |
Color Harmonies of #70EAD4
Complementary color
Monochromatic Colors of #70EAD4
Black with #70EAD4
Text Example
Text Example
White with #70EAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EAD4; }
p { color: rgb(112,234,212); }
H1.HeaderClassName
{
color: #70EAD4;
}
.AnyTagClassName
{
color: #70EAD4;
}
</style>
background-color css
<style>
a { background-color: #70EAD4; }
a { background-color: rgb(112,234,212); }
div.DivClassName
{
background-color: #70EAD4;
}
.BgClassName
{
background-color: #70EAD4;
}
</style>
border-color css
<style>
span { border-color: #70EAD4; }
span { border-color: rgb(112,234,212); }
td.TdClassName
{
border-color: #70EAD4;
}
.TagClassName
{
border-color: #70EAD4;
}
</style>