Shades of Java #34A19E
Tints of Java #34A19E
RGB
CMYK
RGB Variations
Color information
#34A19E (or 0x34A19E) is known color: Java. HEX triplet: 34, A1 and 9E. RGB value is (52,161,158). Sum of RGB (Red+Green+Blue) = 52+161+158=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #34A19E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A19E is #CB5E61. Grayscale: #7F7F7F. Windows color (decimal): -13327970 or 10395956. OLE color: 10395956.
HSL color Cylindrical-coordinate representation of color #34A19E: hue angle of 178.35º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A19E is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 161 | 158 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.37 |
| HSL | 178.35º | 0.51% | 0.42% | - |
| HSV(B) | 178.35º | 0.68% | 0.63% | - |
| XYZ | 20.33 | 28.69 | 36.81 | - |
| YUV | 128.07 | 144.89 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 161 | 158 | 0.68 | 0 | 0.02 | 0.37 | 178.35 | 0.51 | 0.42 |
| Hex | 34 | A1 | 9E | 44 | 0 | 2 | 25 | B2 | 33 | 2A |
| Octal | 64 | 241 | 236 | 104 | 0 | 2 | 45 | 262 | 63 | 52 |
| Binary | 110100 | 10100001 | 10011110 | 1000100 | 0 | 10 | 100101 | 10110010 | 110011 | 101010 |
Color Harmonies of #34A19E
Complementary color
Monochromatic Colors of #34A19E
Black with #34A19E
Text Example
Text Example
White with #34A19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A19E; }
p { color: rgb(52,161,158); }
H1.HeaderClassName
{
color: #34A19E;
}
.AnyTagClassName
{
color: #34A19E;
}
</style>
background-color css
<style>
a { background-color: #34A19E; }
a { background-color: rgb(52,161,158); }
div.DivClassName
{
background-color: #34A19E;
}
.BgClassName
{
background-color: #34A19E;
}
</style>
border-color css
<style>
span { border-color: #34A19E; }
span { border-color: rgb(52,161,158); }
td.TdClassName
{
border-color: #34A19E;
}
.TagClassName
{
border-color: #34A19E;
}
</style>