#6abf8f

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

Shades of Silver Tree #6ABF8F

Tints of Silver Tree #6ABF8F

Color information

#6ABF8F (or 0x6ABF8F) is unknown color: approx Silver Tree. HEX triplet: 6A, BF and 8F. RGB value is (106,191,143). Sum of RGB (Red+Green+Blue) = 106+191+143=440 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.09% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABF8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABF8F is #954070. Grayscale: #A0A0A0. Windows color (decimal): -9781361 or 9420650. OLE color: 9420650.

HSL color Cylindrical-coordinate representation of color #6ABF8F: hue angle of 146.12º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6ABF8F is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB106191143-
CMYK0.4500.250.25
HSL146.12º39.91%58.24%-
HSV(B)146.12º44.5%74.9%-
XYZ29.5342.3132.6-
YUV160.11118.3489.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.09%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 143 (56.25% from 255) = 32.5%
R=24.09%
G=43.41%
B=32.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061911430.4500.250.25146.1239.9158.24
Hex6ABF8F2D0191992283a
Octal15227721755031312225072
Binary110101010111111100011111011010110011100110010010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6abf8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,191,143); }

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

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

 a { background-color: rgb(106,191,143); }

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

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

 span { border-color: rgb(106,191,143); }

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