Html Css Color HEX #68EA92 Pastel Green

📋 copy color: '#68EA92'

red 104 ◦ green 234 ◦ blue 146

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

Shades of Pastel Green #68EA92

Tints of Pastel Green #68EA92

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.35%

 BLUE value IS 146 (57.42% from 255) = 30.17%

R = 21.49%
G = 48.35%
B = 30.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#68EA92 (or 0x68EA92) is known color: Pastel Green. HEX triplet: 68, EA and 92. RGB value is (104,234,146). Sum of RGB (Red+Green+Blue) = 104+234+146=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #68EA92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EA92 is #97156D. Grayscale: #B9B9B9. Windows color (decimal): -9901422 or 9628264. OLE color: 9628264.

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

Color convert

RGB 104 234 146 -
CMYK 0.56 0 0.38 0.08
HSL 139.38º 0.76% 0.66% -
HSV(B) 139.38º 0.56% 0.92% -
XYZ 40.32 63.86 37.4 -
YUV 185.1 105.93 70.16 -
System Red Green Blue C M Y K H S L
Decimal 104 234 146 0.56 0 0.38 0.08 139.38 0.76 0.66
Hex 68 EA 92 38 0 26 8 8B 4C 42
Octal 150 352 222 70 0 46 10 213 114 102
Binary 1101000 11101010 10010010 111000 0 100110 1000 10001011 1001100 1000010

Color Harmonies of #68EA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EA92

Black with #68EA92

Text Example


Text Example

White with #68EA92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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