Html Css Color HEX #68CC80 Emerald

📋 copy color: '#68CC80'

red 104 ◦ green 204 ◦ blue 128

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

Shades of Emerald #68CC80

Tints of Emerald #68CC80

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.79%

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 23.85%
G = 46.79%
B = 29.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#68CC80 (or 0x68CC80) is known color: Emerald. HEX triplet: 68, CC and 80. RGB value is (104,204,128). Sum of RGB (Red+Green+Blue) = 104+204+128=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CC80 is #97337F. Grayscale: #A5A5A5. Windows color (decimal): -9909120 or 8440936. OLE color: 8440936.

HSL color Cylindrical-coordinate representation of color #68CC80: hue angle of 134.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CC80 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 204 128 -
CMYK 0.49 0 0.37 0.2
HSL 134.4º 0.5% 0.6% -
HSV(B) 134.4º 0.49% 0.8% -
XYZ 31.2 47.69 27.98 -
YUV 165.44 106.87 84.18 -
System Red Green Blue C M Y K H S L
Decimal 104 204 128 0.49 0 0.37 0.2 134.4 0.5 0.6
Hex 68 CC 80 31 0 25 14 86 32 3C
Octal 150 314 200 61 0 45 24 206 62 74
Binary 1101000 11001100 10000000 110001 0 100101 10100 10000110 110010 111100

Color Harmonies of #68CC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CC80

Black with #68CC80

Text Example


Text Example

White with #68CC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,204,128); }

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

background-color css

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

 a { background-color: rgb(104,204,128); }

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

border-color css

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

 span { border-color: rgb(104,204,128); }

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