Html Css Color HEX #34E07C Emerald

📋 copy color: '#34E07C'

red 52 ◦ green 224 ◦ blue 124

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

Shades of Emerald #34E07C

Tints of Emerald #34E07C

RGB

 RED value IS 52 (20.7% from 255) = 13%

 GREEN value IS 224 (87.89% from 255) = 56%

 BLUE value IS 124 (48.83% from 255) = 31%

R = 13%
G = 56%
B = 31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#34E07C (or 0x34E07C) is known color: Emerald. HEX triplet: 34, E0 and 7C. RGB value is (52,224,124). Sum of RGB (Red+Green+Blue) = 52+224+124=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #34E07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E07C is #CB1F83. Grayscale: #A1A1A1. Windows color (decimal): -13311876 or 8183860. OLE color: 8183860.

HSL color Cylindrical-coordinate representation of color #34E07C: hue angle of 145.12º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E07C is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 224 124 -
CMYK 0.77 0 0.45 0.12
HSL 145.12º 0.74% 0.54% -
HSV(B) 145.12º 0.77% 0.88% -
XYZ 31.71 55.5 28.11 -
YUV 161.17 107.02 50.13 -
System Red Green Blue C M Y K H S L
Decimal 52 224 124 0.77 0 0.45 0.12 145.12 0.74 0.54
Hex 34 E0 7C 4D 0 2D C 91 4A 36
Octal 64 340 174 115 0 55 14 221 112 66
Binary 110100 11100000 1111100 1001101 0 101101 1100 10010001 1001010 110110

Color Harmonies of #34E07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E07C

Black with #34E07C

Text Example


Text Example

White with #34E07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34E07C; }

 p { color: rgb(52,224,124); }

 H1.HeaderClassName
 {
   color: #34E07C;
 }
 .AnyTagClassName
 {
   color: #34E07C;
 }
</style>

background-color css

<style>
 a { background-color: #34E07C; }

 a { background-color: rgb(52,224,124); }

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

border-color css

<style>
 span { border-color: #34E07C; }

 span { border-color: rgb(52,224,124); }

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