#68ea81

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

Shades of Pastel Green #68EA81

Tints of Pastel Green #68EA81

Color information

#68EA81 (or 0x68EA81) is unknown color: approx Pastel Green. HEX triplet: 68, EA and 81. RGB value is (104,234,129). Sum of RGB (Red+Green+Blue) = 104+234+129=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #68EA81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EA81 is #97157E. Grayscale: #B7B7B7. Windows color (decimal): -9901439 or 8514152. OLE color: 8514152.

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

Color convert

RGB104234129-
CMYK0.5600.450.08
HSL131.54º75.58%66.27%-
HSV(B)131.54º55.56%91.76%-
XYZ39.0963.3730.94-
YUV183.1697.4371.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.27%
GREEN value IS 234 (91.80% from 255) = 50.11%
BLUE value IS 129 (50.78% from 255) = 27.62%
R=22.27%
G=50.11%
B=27.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1042341290.5600.450.08131.5475.5866.27
Hex68EA813802D8844c42
Octal1503522017005510204114102
Binary11010001110101010000001111000010110110001000010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ea81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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