Shades of Java #34A39F
Tints of Java #34A39F
RGB
CMYK
RGB Variations
Color information
#34A39F (or 0x34A39F) is known color: Java. HEX triplet: 34, A3 and 9F. RGB value is (52,163,159). Sum of RGB (Red+Green+Blue) = 52+163+159=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 163 - color contains mainly: green. Hex color #34A39F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A39F is #CB5C60. Grayscale: #818181. Windows color (decimal): -13327457 or 10462004. OLE color: 10462004.
HSL color Cylindrical-coordinate representation of color #34A39F: hue angle of 177.84º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A39F is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 163 | 159 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.36 |
| HSL | 177.84º | 0.52% | 0.42% | - |
| HSV(B) | 177.84º | 0.68% | 0.64% | - |
| XYZ | 20.77 | 29.43 | 37.39 | - |
| YUV | 129.36 | 144.73 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 163 | 159 | 0.68 | 0 | 0.02 | 0.36 | 177.84 | 0.52 | 0.42 |
| Hex | 34 | A3 | 9F | 44 | 0 | 2 | 24 | B2 | 34 | 2A |
| Octal | 64 | 243 | 237 | 104 | 0 | 2 | 44 | 262 | 64 | 52 |
| Binary | 110100 | 10100011 | 10011111 | 1000100 | 0 | 10 | 100100 | 10110010 | 110100 | 101010 |
Color Harmonies of #34A39F
Complementary color
Monochromatic Colors of #34A39F
Black with #34A39F
Text Example
Text Example
White with #34A39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A39F; }
p { color: rgb(52,163,159); }
H1.HeaderClassName
{
color: #34A39F;
}
.AnyTagClassName
{
color: #34A39F;
}
</style>
background-color css
<style>
a { background-color: #34A39F; }
a { background-color: rgb(52,163,159); }
div.DivClassName
{
background-color: #34A39F;
}
.BgClassName
{
background-color: #34A39F;
}
</style>
border-color css
<style>
span { border-color: #34A39F; }
span { border-color: rgb(52,163,159); }
td.TdClassName
{
border-color: #34A39F;
}
.TagClassName
{
border-color: #34A39F;
}
</style>