Shades of Silver Tree #58CA8A
Tints of Silver Tree #58CA8A
RGB
CMYK
RGB Variations
Color information
#58CA8A (or 0x58CA8A) is known color: Silver Tree. HEX triplet: 58, CA and 8A. RGB value is (88,202,138). Sum of RGB (Red+Green+Blue) = 88+202+138=428 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.56% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CA8A is #A73575. Grayscale: #A0A0A0. Windows color (decimal): -10958198 or 9095768. OLE color: 9095768.
HSL color Cylindrical-coordinate representation of color #58CA8A: hue angle of 146.32º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58CA8A is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 202 | 138 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.21 |
| HSL | 146.32º | 0.52% | 0.57% | - |
| HSV(B) | 146.32º | 0.56% | 0.79% | - |
| XYZ | 29.73 | 46.15 | 31.39 | - |
| YUV | 160.62 | 115.23 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 138 | 0.56 | 0 | 0.32 | 0.21 | 146.32 | 0.52 | 0.57 |
| Hex | 58 | CA | 8A | 38 | 0 | 20 | 15 | 92 | 34 | 39 |
| Octal | 130 | 312 | 212 | 70 | 0 | 40 | 25 | 222 | 64 | 71 |
| Binary | 1011000 | 11001010 | 10001010 | 111000 | 0 | 100000 | 10101 | 10010010 | 110100 | 111001 |
Color Harmonies of #58CA8A
Complementary color
Monochromatic Colors of #58CA8A
Black with #58CA8A
Text Example
Text Example
White with #58CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CA8A; }
p { color: rgb(88,202,138); }
H1.HeaderClassName
{
color: #58CA8A;
}
.AnyTagClassName
{
color: #58CA8A;
}
</style>
background-color css
<style>
a { background-color: #58CA8A; }
a { background-color: rgb(88,202,138); }
div.DivClassName
{
background-color: #58CA8A;
}
.BgClassName
{
background-color: #58CA8A;
}
</style>
border-color css
<style>
span { border-color: #58CA8A; }
span { border-color: rgb(88,202,138); }
td.TdClassName
{
border-color: #58CA8A;
}
.TagClassName
{
border-color: #58CA8A;
}
</style>