#34AE8C

Color #34AE8C Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #34AE8C

Tints of Jungle Green #34AE8C

Color information

#34AE8C (or 0x34AE8C) is unknown color: approx Jungle Green. HEX triplet: 34, AE and 8C. RGB value is (52,174,140). Sum of RGB (Red+Green+Blue) = 52+174+140=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 174 (68.36% from 255 or 47.54% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 174 - color contains mainly: green. Hex color #34AE8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AE8C is #CB5173. Grayscale: #858585. Windows color (decimal): -13324660 or 9219636. OLE color: 9219636.

HSL color Cylindrical-coordinate representation of color #34AE8C: hue angle of 163.28º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AE8C is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB52174140-
CMYK0.7000.200.32
HSL163.28º53.98%44.31%-
HSV(B)163.28º70.11%68.24%-
XYZ21.2932.930.04-
YUV133.65131.5869.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.21%
GREEN value IS 174 (68.36% from 255) = 47.54%
BLUE value IS 140 (55.08% from 255) = 38.25%
R=14.21%
G=47.54%
B=38.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521741400.7000.200.32163.2853.9844.31
Hex34AE8C4601420a3362c
Octal64256214106024402436654
Binary1101001010111010001100100011001010010000010100011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,174,140); }

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

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

 a { background-color: rgb(52,174,140); }

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

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

 span { border-color: rgb(52,174,140); }

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