#68EC94

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

Shades of Pastel Green #68EC94

Tints of Pastel Green #68EC94

Color information

#68EC94 (or 0x68EC94) is unknown color: approx Pastel Green. HEX triplet: 68, EC and 94. RGB value is (104,236,148). Sum of RGB (Red+Green+Blue) = 104+236+148=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #68EC94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EC94 is #97136B. Grayscale: #BABABA. Windows color (decimal): -9900908 or 9759848. OLE color: 9759848.

HSL color Cylindrical-coordinate representation of color #68EC94: hue angle of 140º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EC94 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB104236148-
CMYK0.5600.370.07
HSL140º77.65%66.67%-
HSV(B)140º55.93%92.55%-
XYZ41.0565.0738.41-
YUV186.5106.2769.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.31%
GREEN value IS 236 (92.58% from 255) = 48.36%
BLUE value IS 148 (58.20% from 255) = 30.33%
R=21.31%
G=48.36%
B=30.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1042361480.5600.370.0714077.6566.67
Hex68EC943802578c4e43
Octal150354224700457214116103
Binary1101000111011001001010011100001001011111000110010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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