#68C094

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

Shades of Silver Tree #68C094

Tints of Silver Tree #68C094

Color information

#68C094 (or 0x68C094) is unknown color: approx Silver Tree. HEX triplet: 68, C0 and 94. RGB value is (104,192,148). Sum of RGB (Red+Green+Blue) = 104+192+148=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #68C094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C094 is #973F6B. Grayscale: #A0A0A0. Windows color (decimal): -9912172 or 9748584. OLE color: 9748584.

HSL color Cylindrical-coordinate representation of color #68C094: hue angle of 150º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C094 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB104192148-
CMYK0.4600.230.25
HSL150º41.12%58.04%-
HSV(B)150º45.83%75.29%-
XYZ29.942.7834.7-
YUV160.67120.8587.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.42%
GREEN value IS 192 (75.39% from 255) = 43.24%
BLUE value IS 148 (58.20% from 255) = 33.33%
R=23.42%
G=43.24%
B=33.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041921480.4600.230.2515041.1258.04
Hex68C0942E0171996293a
Octal15030022456027312265172
Binary110100011000000100101001011100101111100110010110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68C094; }

 p { color: rgb(104,192,148); }

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

<style>
 a { background-color: #68C094; }

 a { background-color: rgb(104,192,148); }

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

<style>
 span { border-color: #68C094; }

 span { border-color: rgb(104,192,148); }

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