Shades of Medium Aquamarine #70CA9E
Tints of Medium Aquamarine #70CA9E
RGB
CMYK
RGB Variations
Color information
#70CA9E (or 0x70CA9E) is known color: Medium Aquamarine. HEX triplet: 70, CA and 9E. RGB value is (112,202,158). Sum of RGB (Red+Green+Blue) = 112+202+158=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CA9E is #8F3561. Grayscale: #AAAAAA. Windows color (decimal): -9385314 or 10406512. OLE color: 10406512.
HSL color Cylindrical-coordinate representation of color #70CA9E: hue angle of 150.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CA9E is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 158 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.21 |
| HSL | 150.67º | 0.46% | 0.62% | - |
| HSV(B) | 150.67º | 0.45% | 0.79% | - |
| XYZ | 33.97 | 48.15 | 39.85 | - |
| YUV | 170.07 | 121.18 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 158 | 0.45 | 0 | 0.22 | 0.21 | 150.67 | 0.46 | 0.62 |
| Hex | 70 | CA | 9E | 2D | 0 | 16 | 15 | 97 | 2E | 3E |
| Octal | 160 | 312 | 236 | 55 | 0 | 26 | 25 | 227 | 56 | 76 |
| Binary | 1110000 | 11001010 | 10011110 | 101101 | 0 | 10110 | 10101 | 10010111 | 101110 | 111110 |
Color Harmonies of #70CA9E
Complementary color
Monochromatic Colors of #70CA9E
Black with #70CA9E
Text Example
Text Example
White with #70CA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CA9E; }
p { color: rgb(112,202,158); }
H1.HeaderClassName
{
color: #70CA9E;
}
.AnyTagClassName
{
color: #70CA9E;
}
</style>
background-color css
<style>
a { background-color: #70CA9E; }
a { background-color: rgb(112,202,158); }
div.DivClassName
{
background-color: #70CA9E;
}
.BgClassName
{
background-color: #70CA9E;
}
</style>
border-color css
<style>
span { border-color: #70CA9E; }
span { border-color: rgb(112,202,158); }
td.TdClassName
{
border-color: #70CA9E;
}
.TagClassName
{
border-color: #70CA9E;
}
</style>