#68ED94

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

Shades of Pastel Green #68ED94

Tints of Pastel Green #68ED94

Color information

#68ED94 (or 0x68ED94) is unknown color: approx Pastel Green. HEX triplet: 68, ED and 94. RGB value is (104,237,148). Sum of RGB (Red+Green+Blue) = 104+237+148=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #68ED94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68ED94 is #97126B. Grayscale: #BBBBBB. Windows color (decimal): -9900652 or 9760104. OLE color: 9760104.

HSL color Cylindrical-coordinate representation of color #68ED94: hue angle of 139.85º degrees, saturation: 0.79, 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 #68ED94 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB104237148-
CMYK0.5600.380.07
HSL139.85º78.7%66.86%-
HSV(B)139.85º56.12%92.94%-
XYZ41.3465.6538.51-
YUV187.09105.9468.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.27%
GREEN value IS 237 (92.97% from 255) = 48.47%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=21.27%
G=48.47%
B=30.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1042371480.5600.380.07139.8578.766.86
Hex68ED943802678c4f43
Octal150355224700467214117103
Binary1101000111011011001010011100001001101111000110010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ED94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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