Shades of Aquamarine #70EEC5
Tints of Aquamarine #70EEC5
RGB
CMYK
RGB Variations
Color information
#70EEC5 (or 0x70EEC5) is known color: Aquamarine. HEX triplet: 70, EE and C5. RGB value is (112,238,197). Sum of RGB (Red+Green+Blue) = 112+238+197=547 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.48% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EEC5 is #8F113A. Grayscale: #C3C3C3. Windows color (decimal): -9376059 or 12971632. OLE color: 12971632.
HSL color Cylindrical-coordinate representation of color #70EEC5: hue angle of 160.48º 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 #70EEC5 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 238 | 197 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.07 |
| HSL | 160.48º | 0.79% | 0.69% | - |
| HSV(B) | 160.48º | 0.53% | 0.93% | - |
| XYZ | 47.33 | 68.63 | 63.57 | - |
| YUV | 195.65 | 128.76 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 238 | 197 | 0.53 | 0 | 0.17 | 0.07 | 160.48 | 0.79 | 0.69 |
| Hex | 70 | EE | C5 | 35 | 0 | 11 | 7 | A0 | 4F | 45 |
| Octal | 160 | 356 | 305 | 65 | 0 | 21 | 7 | 240 | 117 | 105 |
| Binary | 1110000 | 11101110 | 11000101 | 110101 | 0 | 10001 | 111 | 10100000 | 1001111 | 1000101 |
Color Harmonies of #70EEC5
Complementary color
Monochromatic Colors of #70EEC5
Black with #70EEC5
Text Example
Text Example
White with #70EEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EEC5; }
p { color: rgb(112,238,197); }
H1.HeaderClassName
{
color: #70EEC5;
}
.AnyTagClassName
{
color: #70EEC5;
}
</style>
background-color css
<style>
a { background-color: #70EEC5; }
a { background-color: rgb(112,238,197); }
div.DivClassName
{
background-color: #70EEC5;
}
.BgClassName
{
background-color: #70EEC5;
}
</style>
border-color css
<style>
span { border-color: #70EEC5; }
span { border-color: rgb(112,238,197); }
td.TdClassName
{
border-color: #70EEC5;
}
.TagClassName
{
border-color: #70EEC5;
}
</style>