#6AB994

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

Shades of Silver Tree #6AB994

Tints of Silver Tree #6AB994

Color information

#6AB994 (or 0x6AB994) is unknown color: approx Silver Tree. HEX triplet: 6A, B9 and 94. RGB value is (106,185,148). Sum of RGB (Red+Green+Blue) = 106+185+148=439 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.15% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #6AB994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB994 is #95466B. Grayscale: #9D9D9D. Windows color (decimal): -9782892 or 9746794. OLE color: 9746794.

HSL color Cylindrical-coordinate representation of color #6AB994: hue angle of 151.9º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AB994 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB106185148-
CMYK0.4300.200.27
HSL151.9º36.07%57.06%-
HSV(B)151.9º42.7%72.55%-
XYZ28.6439.934.21-
YUV157.16122.8391.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.15%
GREEN value IS 185 (72.66% from 255) = 42.14%
BLUE value IS 148 (58.20% from 255) = 33.71%
R=24.15%
G=42.14%
B=33.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061851480.4300.200.27151.936.0757.06
Hex6AB9942B0141B982439
Octal15227122453024332304471
Binary110101010111001100101001010110101001101110011000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,185,148); }

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

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

 a { background-color: rgb(106,185,148); }

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

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

 span { border-color: rgb(106,185,148); }

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