Shades of Silver Tree #70CA9D
Tints of Silver Tree #70CA9D
RGB
CMYK
RGB Variations
Color information
#70CA9D (or 0x70CA9D) is known color: Silver Tree. HEX triplet: 70, CA and 9D. RGB value is (112,202,157). Sum of RGB (Red+Green+Blue) = 112+202+157=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CA9D is #8F3562. Grayscale: #AAAAAA. Windows color (decimal): -9385315 or 10340976. OLE color: 10340976.
HSL color Cylindrical-coordinate representation of color #70CA9D: hue angle of 150º 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 #70CA9D is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 157 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.21 |
| HSL | 150º | 0.46% | 0.62% | - |
| HSV(B) | 150º | 0.45% | 0.79% | - |
| XYZ | 33.89 | 48.12 | 39.4 | - |
| YUV | 169.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 157 | 0.45 | 0 | 0.22 | 0.21 | 150 | 0.46 | 0.62 |
| Hex | 70 | CA | 9D | 2D | 0 | 16 | 15 | 96 | 2E | 3E |
| Octal | 160 | 312 | 235 | 55 | 0 | 26 | 25 | 226 | 56 | 76 |
| Binary | 1110000 | 11001010 | 10011101 | 101101 | 0 | 10110 | 10101 | 10010110 | 101110 | 111110 |
Color Harmonies of #70CA9D
Complementary color
Monochromatic Colors of #70CA9D
Black with #70CA9D
Text Example
Text Example
White with #70CA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CA9D; }
p { color: rgb(112,202,157); }
H1.HeaderClassName
{
color: #70CA9D;
}
.AnyTagClassName
{
color: #70CA9D;
}
</style>
background-color css
<style>
a { background-color: #70CA9D; }
a { background-color: rgb(112,202,157); }
div.DivClassName
{
background-color: #70CA9D;
}
.BgClassName
{
background-color: #70CA9D;
}
</style>
border-color css
<style>
span { border-color: #70CA9D; }
span { border-color: rgb(112,202,157); }
td.TdClassName
{
border-color: #70CA9D;
}
.TagClassName
{
border-color: #70CA9D;
}
</style>