#68ED93

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

Shades of Pastel Green #68ED93

Tints of Pastel Green #68ED93

Color information

#68ED93 (or 0x68ED93) is unknown color: approx Pastel Green. HEX triplet: 68, ED and 93. RGB value is (104,237,147). Sum of RGB (Red+Green+Blue) = 104+237+147=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #68ED93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68ED93 is #97126C. Grayscale: #BBBBBB. Windows color (decimal): -9900653 or 9694568. OLE color: 9694568.

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

Color convert

RGB104237147-
CMYK0.5600.380.07
HSL139.4º78.7%66.86%-
HSV(B)139.4º56.12%92.94%-
XYZ41.2665.6238.09-
YUV186.97105.4468.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.31%
GREEN value IS 237 (92.97% from 255) = 48.57%
BLUE value IS 147 (57.81% from 255) = 30.12%
R=21.31%
G=48.57%
B=30.12%

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
Decimal1042371470.5600.380.07139.478.766.86
Hex68ED933802678b4f43
Octal150355223700467213117103
Binary1101000111011011001001111100001001101111000101110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ED93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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