#68EA94

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

Shades of Pastel Green #68EA94

Tints of Pastel Green #68EA94

Color information

#68EA94 (or 0x68EA94) is unknown color: approx Pastel Green. HEX triplet: 68, EA and 94. RGB value is (104,234,148). Sum of RGB (Red+Green+Blue) = 104+234+148=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #68EA94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EA94 is #97156B. Grayscale: #B9B9B9. Windows color (decimal): -9901420 or 9759336. OLE color: 9759336.

HSL color Cylindrical-coordinate representation of color #68EA94: hue angle of 140.31º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EA94 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB104234148-
CMYK0.5600.370.08
HSL140.31º75.58%66.27%-
HSV(B)140.31º55.56%91.76%-
XYZ40.4863.9338.22-
YUV185.33106.9369.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.40%
GREEN value IS 234 (91.80% from 255) = 48.15%
BLUE value IS 148 (58.20% from 255) = 30.45%
R=21.40%
G=48.15%
B=30.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1042341480.5600.370.08140.3175.5866.27
Hex68EA943802588c4c42
Octal1503522247004510214114102
Binary11010001110101010010100111000010010110001000110010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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