Shades of Jungle Green #34AE8C
Tints of Jungle Green #34AE8C
RGB
CMYK
RGB Variations
Color information
#34AE8C (or 0x34AE8C) is known color: 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
| RGB | 52 | 174 | 140 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.32 |
| HSL | 163.28º | 0.54% | 0.44% | - |
| HSV(B) | 163.28º | 0.7% | 0.68% | - |
| XYZ | 21.29 | 32.9 | 30.04 | - |
| YUV | 133.65 | 131.58 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 174 | 140 | 0.70 | 0 | 0.20 | 0.32 | 163.28 | 0.54 | 0.44 |
| Hex | 34 | AE | 8C | 46 | 0 | 14 | 20 | A3 | 36 | 2C |
| Octal | 64 | 256 | 214 | 106 | 0 | 24 | 40 | 243 | 66 | 54 |
| Binary | 110100 | 10101110 | 10001100 | 1000110 | 0 | 10100 | 100000 | 10100011 | 110110 | 101100 |
Color Harmonies of #34AE8C
Complementary color
Monochromatic Colors of #34AE8C
Black with #34AE8C
Text Example
Text Example
White with #34AE8C
Text Example
Text Example
HTML Codes & Css Web 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>