#68E586

Color #68E586 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #68E586

Tints of Pastel Green #68E586

Color information

#68E586 (or 0x68E586) is unknown color: approx Pastel Green. HEX triplet: 68, E5 and 86. RGB value is (104,229,134). Sum of RGB (Red+Green+Blue) = 104+229+134=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #68E586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68E586 is #971A79. Grayscale: #B5B5B5. Windows color (decimal): -9902714 or 8840552. OLE color: 8840552.

HSL color Cylindrical-coordinate representation of color #68E586: hue angle of 134.4º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E586 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB104229134-
CMYK0.5500.410.10
HSL134.4º70.62%65.29%-
HSV(B)134.4º54.59%89.8%-
XYZ38.0360.732.27-
YUV180.8101.5973.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.27%
GREEN value IS 229 (89.84% from 255) = 49.04%
BLUE value IS 134 (52.73% from 255) = 28.69%
R=22.27%
G=49.04%
B=28.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1042291340.5500.410.10134.470.6265.29
Hex68E58637029A864741
Octal1503452066705112206107101
Binary11010001110010110000110110111010100110101000011010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,229,134); }

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

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

 a { background-color: rgb(104,229,134); }

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

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

 span { border-color: rgb(104,229,134); }

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