Html Css Color HEX #68EB86 Pastel Green

📋 copy color: '#68EB86'

red 104 ◦ green 235 ◦ blue 134

#68EB86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #68EB86

Tints of Pastel Green #68EB86

RGB

 RED value IS 104 (41.02% from 255) = 21.99%

 GREEN value IS 235 (92.19% from 255) = 49.68%

 BLUE value IS 134 (52.73% from 255) = 28.33%

R = 21.99%
G = 49.68%
B = 28.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#68EB86 (or 0x68EB86) is known color: Pastel Green. HEX triplet: 68, EB and 86. RGB value is (104,235,134). Sum of RGB (Red+Green+Blue) = 104+235+134=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #68EB86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EB86 is #971479. Grayscale: #B8B8B8. Windows color (decimal): -9901178 or 8842088. OLE color: 8842088.

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

Color convert

RGB 104 235 134 -
CMYK 0.56 0 0.43 0.08
HSL 133.74º 0.77% 0.66% -
HSV(B) 133.74º 0.56% 0.92% -
XYZ 39.72 64.08 32.83 -
YUV 184.32 99.6 70.71 -
System Red Green Blue C M Y K H S L
Decimal 104 235 134 0.56 0 0.43 0.08 133.74 0.77 0.66
Hex 68 EB 86 38 0 2B 8 86 4D 42
Octal 150 353 206 70 0 53 10 206 115 102
Binary 1101000 11101011 10000110 111000 0 101011 1000 10000110 1001101 1000010

Color Harmonies of #68EB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EB86

Black with #68EB86

Text Example


Text Example

White with #68EB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,235,134); }

 H1.HeaderClassName
 {
   color: #68EB86;
 }
 .AnyTagClassName
 {
   color: #68EB86;
 }
</style>

background-color css

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

 a { background-color: rgb(104,235,134); }

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

border-color css

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

 span { border-color: rgb(104,235,134); }

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