#68CA7E

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

Shades of Emerald #68CA7E

Tints of Emerald #68CA7E

Color information

#68CA7E (or 0x68CA7E) is unknown color: approx Emerald. HEX triplet: 68, CA and 7E. RGB value is (104,202,126). Sum of RGB (Red+Green+Blue) = 104+202+126=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CA7E is #973581. Grayscale: #A4A4A4. Windows color (decimal): -9909634 or 8309352. OLE color: 8309352.

HSL color Cylindrical-coordinate representation of color #68CA7E: hue angle of 133.47º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CA7E is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB104202126-
CMYK0.4900.380.21
HSL133.47º48.04%60%-
HSV(B)133.47º48.51%79.22%-
XYZ30.646.6927.14-
YUV164.03106.5385.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.07%
GREEN value IS 202 (79.30% from 255) = 46.76%
BLUE value IS 126 (49.61% from 255) = 29.17%
R=24.07%
G=46.76%
B=29.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1042021260.4900.380.21133.4748.0460
Hex68CA7E310261585303c
Octal15031217661046252056074
Binary110100011001010111111011000101001101010110000101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,202,126); }

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

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

 a { background-color: rgb(104,202,126); }

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

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

 span { border-color: rgb(104,202,126); }

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