Html Css Color HEX #34E06A Emerald

📋 copy color: '#34E06A'

red 52 ◦ green 224 ◦ blue 106

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

Shades of Emerald #34E06A

Tints of Emerald #34E06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.75%

R = 13.61%
G = 58.64%
B = 27.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#34E06A (or 0x34E06A) is known color: Emerald. HEX triplet: 34, E0 and 6A. RGB value is (52,224,106). Sum of RGB (Red+Green+Blue) = 52+224+106=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 224 (87.89% from 255 or 58.64% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 224 - color contains mainly: green. Hex color #34E06A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E06A is #CB1F95. Grayscale: #9F9F9F. Windows color (decimal): -13311894 or 7004212. OLE color: 7004212.

HSL color Cylindrical-coordinate representation of color #34E06A: hue angle of 138.84º 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 #34E06A is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 224 106 -
CMYK 0.77 0 0.53 0.12
HSL 138.84º 0.74% 0.54% -
HSV(B) 138.84º 0.77% 0.88% -
XYZ 30.67 55.08 22.65 -
YUV 159.12 98.02 51.59 -
System Red Green Blue C M Y K H S L
Decimal 52 224 106 0.77 0 0.53 0.12 138.84 0.74 0.54
Hex 34 E0 6A 4D 0 35 C 8B 4A 36
Octal 64 340 152 115 0 65 14 213 112 66
Binary 110100 11100000 1101010 1001101 0 110101 1100 10001011 1001010 110110

Color Harmonies of #34E06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E06A

Black with #34E06A

Text Example


Text Example

White with #34E06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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