#6BCA9A

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

Shades of Silver Tree #6BCA9A

Tints of Silver Tree #6BCA9A

Color information

#6BCA9A (or 0x6BCA9A) is unknown color: approx Silver Tree. HEX triplet: 6B, CA and 9A. RGB value is (107,202,154). Sum of RGB (Red+Green+Blue) = 107+202+154=463 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.11% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCA9A is #943565. Grayscale: #A8A8A8. Windows color (decimal): -9712998 or 10144363. OLE color: 10144363.

HSL color Cylindrical-coordinate representation of color #6BCA9A: hue angle of 149.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCA9A is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB107202154-
CMYK0.4700.240.21
HSL149.68º47.26%60.59%-
HSV(B)149.68º47.03%79.22%-
XYZ33.0247.738.04-
YUV168.12120.0384.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.11%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 154 (60.55% from 255) = 33.26%
R=23.11%
G=43.63%
B=33.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1072021540.4700.240.21149.6847.2660.59
Hex6BCA9A2F01815962f3d
Octal15331223257030252265775
Binary110101111001010100110101011110110001010110010110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BCA9A; }

 p { color: rgb(107,202,154); }

 H1.HeaderClassName
 {
   color: #6BCA9A;
 }
 .AnyTagClassName
 {
   color: #6BCA9A;
 }
</style>
background-color css

<style>
 a { background-color: #6BCA9A; }

 a { background-color: rgb(107,202,154); }

 div.DivClassName
 {
   background-color: #6BCA9A;
 }
 .BgClassName
 {
   background-color: #6BCA9A;
 }
</style>
border-color css

<style>
 span { border-color: #6BCA9A; }

 span { border-color: rgb(107,202,154); }

 td.TdClassName
 {
   border-color: #6BCA9A;
 }
 .TagClassName
 {
   border-color: #6BCA9A;
 }
</style>