Shades of Aquamarine #70EDC2
Tints of Aquamarine #70EDC2
RGB
CMYK
RGB Variations
Color information
#70EDC2 (or 0x70EDC2) is known color: Aquamarine. HEX triplet: 70, ED and C2. RGB value is (112,237,194). Sum of RGB (Red+Green+Blue) = 112+237+194=543 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.63% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #70EDC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EDC2 is #8F123D. Grayscale: #C2C2C2. Windows color (decimal): -9376318 or 12774768. OLE color: 12774768.
HSL color Cylindrical-coordinate representation of color #70EDC2: hue angle of 159.36º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EDC2 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 194 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.07 |
| HSL | 159.36º | 0.78% | 0.68% | - |
| HSV(B) | 159.36º | 0.53% | 0.93% | - |
| XYZ | 46.7 | 67.91 | 61.68 | - |
| YUV | 194.72 | 127.59 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 194 | 0.53 | 0 | 0.18 | 0.07 | 159.36 | 0.78 | 0.68 |
| Hex | 70 | ED | C2 | 35 | 0 | 12 | 7 | 9F | 4E | 44 |
| Octal | 160 | 355 | 302 | 65 | 0 | 22 | 7 | 237 | 116 | 104 |
| Binary | 1110000 | 11101101 | 11000010 | 110101 | 0 | 10010 | 111 | 10011111 | 1001110 | 1000100 |
Color Harmonies of #70EDC2
Complementary color
Monochromatic Colors of #70EDC2
Black with #70EDC2
Text Example
Text Example
White with #70EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EDC2; }
p { color: rgb(112,237,194); }
H1.HeaderClassName
{
color: #70EDC2;
}
.AnyTagClassName
{
color: #70EDC2;
}
</style>
background-color css
<style>
a { background-color: #70EDC2; }
a { background-color: rgb(112,237,194); }
div.DivClassName
{
background-color: #70EDC2;
}
.BgClassName
{
background-color: #70EDC2;
}
</style>
border-color css
<style>
span { border-color: #70EDC2; }
span { border-color: rgb(112,237,194); }
td.TdClassName
{
border-color: #70EDC2;
}
.TagClassName
{
border-color: #70EDC2;
}
</style>