Shades of Silver Tree #6CAF8A
Tints of Silver Tree #6CAF8A
RGB
CMYK
RGB Variations
Color information
#6CAF8A (or 0x6CAF8A) is known color: Silver Tree. HEX triplet: 6C, AF and 8A. RGB value is (108,175,138). Sum of RGB (Red+Green+Blue) = 108+175+138=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAF8A is #935075. Grayscale: #969696. Windows color (decimal): -9654390 or 9088876. OLE color: 9088876.
HSL color Cylindrical-coordinate representation of color #6CAF8A: hue angle of 146.87º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAF8A is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 138 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.31 |
| HSL | 146.87º | 0.3% | 0.55% | - |
| HSV(B) | 146.87º | 0.38% | 0.69% | - |
| XYZ | 26.1 | 35.68 | 29.56 | - |
| YUV | 150.75 | 120.8 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 138 | 0.38 | 0 | 0.21 | 0.31 | 146.87 | 0.3 | 0.55 |
| Hex | 6C | AF | 8A | 26 | 0 | 15 | 1F | 93 | 1E | 37 |
| Octal | 154 | 257 | 212 | 46 | 0 | 25 | 37 | 223 | 36 | 67 |
| Binary | 1101100 | 10101111 | 10001010 | 100110 | 0 | 10101 | 11111 | 10010011 | 11110 | 110111 |
Color Harmonies of #6CAF8A
Complementary color
Monochromatic Colors of #6CAF8A
Black with #6CAF8A
Text Example
Text Example
White with #6CAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAF8A; }
p { color: rgb(108,175,138); }
H1.HeaderClassName
{
color: #6CAF8A;
}
.AnyTagClassName
{
color: #6CAF8A;
}
</style>
background-color css
<style>
a { background-color: #6CAF8A; }
a { background-color: rgb(108,175,138); }
div.DivClassName
{
background-color: #6CAF8A;
}
.BgClassName
{
background-color: #6CAF8A;
}
</style>
border-color css
<style>
span { border-color: #6CAF8A; }
span { border-color: rgb(108,175,138); }
td.TdClassName
{
border-color: #6CAF8A;
}
.TagClassName
{
border-color: #6CAF8A;
}
</style>