Html Css Color HEX #34BA88 Jungle Green

📋 copy color: '#34BA88'

red 52 ◦ green 186 ◦ blue 136

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

Shades of Jungle Green #34BA88

Tints of Jungle Green #34BA88

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.73%

 BLUE value IS 136 (53.52% from 255) = 36.36%

R = 13.9%
G = 49.73%
B = 36.36%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#34BA88 (or 0x34BA88) is known color: Jungle Green. HEX triplet: 34, BA and 88. RGB value is (52,186,136). Sum of RGB (Red+Green+Blue) = 52+186+136=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BA88 is #CB4577. Grayscale: #8C8C8C. Windows color (decimal): -13321592 or 8960564. OLE color: 8960564.

HSL color Cylindrical-coordinate representation of color #34BA88: hue angle of 157.61º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BA88 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 186 136 -
CMYK 0.72 0 0.27 0.27
HSL 157.61º 0.56% 0.47% -
HSV(B) 157.61º 0.72% 0.73% -
XYZ 23.42 37.63 29.32 -
YUV 140.23 125.61 65.07 -
System Red Green Blue C M Y K H S L
Decimal 52 186 136 0.72 0 0.27 0.27 157.61 0.56 0.47
Hex 34 BA 88 48 0 1B 1B 9E 38 2F
Octal 64 272 210 110 0 33 33 236 70 57
Binary 110100 10111010 10001000 1001000 0 11011 11011 10011110 111000 101111

Color Harmonies of #34BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA88

Black with #34BA88

Text Example


Text Example

White with #34BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,186,136); }

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

background-color css

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

 a { background-color: rgb(52,186,136); }

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

border-color css

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

 span { border-color: rgb(52,186,136); }

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