Shades of Silver Tree #62AE8C
Tints of Silver Tree #62AE8C
RGB
CMYK
RGB Variations
Color information
#62AE8C (or 0x62AE8C) is known color: Silver Tree. HEX triplet: 62, AE and 8C. RGB value is (98,174,140). Sum of RGB (Red+Green+Blue) = 98+174+140=412 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.79% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #62AE8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AE8C is #9D5173. Grayscale: #939393. Windows color (decimal): -10310004 or 9219682. OLE color: 9219682.
HSL color Cylindrical-coordinate representation of color #62AE8C: hue angle of 153.16º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62AE8C is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 174 | 140 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.32 |
| HSL | 153.16º | 0.32% | 0.53% | - |
| HSV(B) | 153.16º | 0.44% | 0.68% | - |
| XYZ | 24.91 | 34.76 | 30.21 | - |
| YUV | 147.4 | 123.82 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 174 | 140 | 0.44 | 0 | 0.20 | 0.32 | 153.16 | 0.32 | 0.53 |
| Hex | 62 | AE | 8C | 2C | 0 | 14 | 20 | 99 | 20 | 35 |
| Octal | 142 | 256 | 214 | 54 | 0 | 24 | 40 | 231 | 40 | 65 |
| Binary | 1100010 | 10101110 | 10001100 | 101100 | 0 | 10100 | 100000 | 10011001 | 100000 | 110101 |
Color Harmonies of #62AE8C
Complementary color
Monochromatic Colors of #62AE8C
Black with #62AE8C
Text Example
Text Example
White with #62AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AE8C; }
p { color: rgb(98,174,140); }
H1.HeaderClassName
{
color: #62AE8C;
}
.AnyTagClassName
{
color: #62AE8C;
}
</style>
background-color css
<style>
a { background-color: #62AE8C; }
a { background-color: rgb(98,174,140); }
div.DivClassName
{
background-color: #62AE8C;
}
.BgClassName
{
background-color: #62AE8C;
}
</style>
border-color css
<style>
span { border-color: #62AE8C; }
span { border-color: rgb(98,174,140); }
td.TdClassName
{
border-color: #62AE8C;
}
.TagClassName
{
border-color: #62AE8C;
}
</style>