Shades of Aquamarine #70EAD3
Tints of Aquamarine #70EAD3
RGB
CMYK
RGB Variations
Color information
#70EAD3 (or 0x70EAD3) is known color: Aquamarine. HEX triplet: 70, EA and D3. RGB value is (112,234,211). Sum of RGB (Red+Green+Blue) = 112+234+211=557 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.11% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #70EAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EAD3 is #8F152C. Grayscale: #C2C2C2. Windows color (decimal): -9377069 or 13888112. OLE color: 13888112.
HSL color Cylindrical-coordinate representation of color #70EAD3: hue angle of 168.69º 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 #70EAD3 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 234 | 211 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.08 |
| HSL | 168.69º | 0.74% | 0.68% | - |
| HSV(B) | 168.69º | 0.52% | 0.92% | - |
| XYZ | 47.86 | 66.99 | 72.04 | - |
| YUV | 194.9 | 137.08 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 234 | 211 | 0.52 | 0 | 0.10 | 0.08 | 168.69 | 0.74 | 0.68 |
| Hex | 70 | EA | D3 | 34 | 0 | A | 8 | A9 | 4A | 44 |
| Octal | 160 | 352 | 323 | 64 | 0 | 12 | 10 | 251 | 112 | 104 |
| Binary | 1110000 | 11101010 | 11010011 | 110100 | 0 | 1010 | 1000 | 10101001 | 1001010 | 1000100 |
Color Harmonies of #70EAD3
Complementary color
Monochromatic Colors of #70EAD3
Black with #70EAD3
Text Example
Text Example
White with #70EAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EAD3; }
p { color: rgb(112,234,211); }
H1.HeaderClassName
{
color: #70EAD3;
}
.AnyTagClassName
{
color: #70EAD3;
}
</style>
background-color css
<style>
a { background-color: #70EAD3; }
a { background-color: rgb(112,234,211); }
div.DivClassName
{
background-color: #70EAD3;
}
.BgClassName
{
background-color: #70EAD3;
}
</style>
border-color css
<style>
span { border-color: #70EAD3; }
span { border-color: rgb(112,234,211); }
td.TdClassName
{
border-color: #70EAD3;
}
.TagClassName
{
border-color: #70EAD3;
}
</style>