Shades of Medium Aquamarine #70CF9D
Tints of Medium Aquamarine #70CF9D
RGB
CMYK
RGB Variations
Color information
#70CF9D (or 0x70CF9D) is known color: Medium Aquamarine. HEX triplet: 70, CF and 9D. RGB value is (112,207,157). Sum of RGB (Red+Green+Blue) = 112+207+157=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CF9D is #8F3062. Grayscale: #ADADAD. Windows color (decimal): -9384035 or 10342256. OLE color: 10342256.
HSL color Cylindrical-coordinate representation of color #70CF9D: hue angle of 148.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CF9D is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 157 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.19 |
| HSL | 148.42º | 0.5% | 0.63% | - |
| HSV(B) | 148.42º | 0.46% | 0.81% | - |
| XYZ | 35.08 | 50.5 | 39.8 | - |
| YUV | 172.9 | 119.03 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 157 | 0.46 | 0 | 0.24 | 0.19 | 148.42 | 0.5 | 0.63 |
| Hex | 70 | CF | 9D | 2E | 0 | 18 | 13 | 94 | 32 | 3F |
| Octal | 160 | 317 | 235 | 56 | 0 | 30 | 23 | 224 | 62 | 77 |
| Binary | 1110000 | 11001111 | 10011101 | 101110 | 0 | 11000 | 10011 | 10010100 | 110010 | 111111 |
Color Harmonies of #70CF9D
Complementary color
Monochromatic Colors of #70CF9D
Black with #70CF9D
Text Example
Text Example
White with #70CF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF9D; }
p { color: rgb(112,207,157); }
H1.HeaderClassName
{
color: #70CF9D;
}
.AnyTagClassName
{
color: #70CF9D;
}
</style>
background-color css
<style>
a { background-color: #70CF9D; }
a { background-color: rgb(112,207,157); }
div.DivClassName
{
background-color: #70CF9D;
}
.BgClassName
{
background-color: #70CF9D;
}
</style>
border-color css
<style>
span { border-color: #70CF9D; }
span { border-color: rgb(112,207,157); }
td.TdClassName
{
border-color: #70CF9D;
}
.TagClassName
{
border-color: #70CF9D;
}
</style>