Shades of Silver Tree #70CA9A
Tints of Silver Tree #70CA9A
RGB
CMYK
RGB Variations
Color information
#70CA9A (or 0x70CA9A) is known color: Silver Tree. HEX triplet: 70, CA and 9A. RGB value is (112,202,154). Sum of RGB (Red+Green+Blue) = 112+202+154=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CA9A is #8F3565. Grayscale: #A9A9A9. Windows color (decimal): -9385318 or 10144368. OLE color: 10144368.
HSL color Cylindrical-coordinate representation of color #70CA9A: hue angle of 148º 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 #70CA9A is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 154 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.21 |
| HSL | 148º | 0.46% | 0.62% | - |
| HSV(B) | 148º | 0.45% | 0.79% | - |
| XYZ | 33.64 | 48.02 | 38.07 | - |
| YUV | 169.62 | 119.18 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 154 | 0.45 | 0 | 0.24 | 0.21 | 148 | 0.46 | 0.62 |
| Hex | 70 | CA | 9A | 2D | 0 | 18 | 15 | 94 | 2E | 3E |
| Octal | 160 | 312 | 232 | 55 | 0 | 30 | 25 | 224 | 56 | 76 |
| Binary | 1110000 | 11001010 | 10011010 | 101101 | 0 | 11000 | 10101 | 10010100 | 101110 | 111110 |
Color Harmonies of #70CA9A
Complementary color
Monochromatic Colors of #70CA9A
Black with #70CA9A
Text Example
Text Example
White with #70CA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CA9A; }
p { color: rgb(112,202,154); }
H1.HeaderClassName
{
color: #70CA9A;
}
.AnyTagClassName
{
color: #70CA9A;
}
</style>
background-color css
<style>
a { background-color: #70CA9A; }
a { background-color: rgb(112,202,154); }
div.DivClassName
{
background-color: #70CA9A;
}
.BgClassName
{
background-color: #70CA9A;
}
</style>
border-color css
<style>
span { border-color: #70CA9A; }
span { border-color: rgb(112,202,154); }
td.TdClassName
{
border-color: #70CA9A;
}
.TagClassName
{
border-color: #70CA9A;
}
</style>