#6CAF8A

Color #6CAF8A Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #6CAF8A

Tints of Silver Tree #6CAF8A

Color information

#6CAF8A (or 0x6CAF8A) is unknown color: approx 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

RGB108175138-
CMYK0.3800.210.31
HSL146.87º29.52%55.49%-
HSV(B)146.87º38.29%68.63%-
XYZ26.135.6829.56-
YUV150.75120.897.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 25.65%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=25.65%
G=41.57%
B=32.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081751380.3800.210.31146.8729.5255.49
Hex6CAF8A260151F931e37
Octal15425721246025372233667
Binary11011001010111110001010100110010101111111001001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>