Html Css Color HEX #34D07C Emerald

📋 copy color: '#34D07C'

red 52 ◦ green 208 ◦ blue 124

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

Shades of Emerald #34D07C

Tints of Emerald #34D07C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.17%

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

R = 13.54%
G = 54.17%
B = 32.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#34D07C (or 0x34D07C) is known color: Emerald. HEX triplet: 34, D0 and 7C. RGB value is (52,208,124). Sum of RGB (Red+Green+Blue) = 52+208+124=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #34D07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D07C is #CB2F83. Grayscale: #979797. Windows color (decimal): -13315972 or 8179764. OLE color: 8179764.

HSL color Cylindrical-coordinate representation of color #34D07C: hue angle of 147.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D07C is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 208 124 -
CMYK 0.75 0 0.40 0.18
HSL 147.69º 0.62% 0.51% -
HSV(B) 147.69º 0.75% 0.82% -
XYZ 27.61 47.3 26.74 -
YUV 151.78 112.32 56.83 -
System Red Green Blue C M Y K H S L
Decimal 52 208 124 0.75 0 0.40 0.18 147.69 0.62 0.51
Hex 34 D0 7C 4B 0 28 12 94 3E 33
Octal 64 320 174 113 0 50 22 224 76 63
Binary 110100 11010000 1111100 1001011 0 101000 10010 10010100 111110 110011

Color Harmonies of #34D07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D07C

Black with #34D07C

Text Example


Text Example

White with #34D07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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