Shades of Java #32A49E
Tints of Java #32A49E
RGB
CMYK
RGB Variations
Color information
#32A49E (or 0x32A49E) is known color: Java. HEX triplet: 32, A4 and 9E. RGB value is (50,164,158). Sum of RGB (Red+Green+Blue) = 50+164+158=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 164 - color contains mainly: green. Hex color #32A49E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A49E is #CD5B61. Grayscale: #818181. Windows color (decimal): -13458274 or 10396722. OLE color: 10396722.
HSL color Cylindrical-coordinate representation of color #32A49E: hue angle of 176.84º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A49E is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 164 | 158 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.36 |
| HSL | 176.84º | 0.53% | 0.42% | - |
| HSV(B) | 176.84º | 0.7% | 0.64% | - |
| XYZ | 20.76 | 29.7 | 36.99 | - |
| YUV | 129.23 | 144.23 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 164 | 158 | 0.70 | 0 | 0.04 | 0.36 | 176.84 | 0.53 | 0.42 |
| Hex | 32 | A4 | 9E | 46 | 0 | 4 | 24 | B1 | 35 | 2A |
| Octal | 62 | 244 | 236 | 106 | 0 | 4 | 44 | 261 | 65 | 52 |
| Binary | 110010 | 10100100 | 10011110 | 1000110 | 0 | 100 | 100100 | 10110001 | 110101 | 101010 |
Color Harmonies of #32A49E
Complementary color
Monochromatic Colors of #32A49E
Black with #32A49E
Text Example
Text Example
White with #32A49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A49E; }
p { color: rgb(50,164,158); }
H1.HeaderClassName
{
color: #32A49E;
}
.AnyTagClassName
{
color: #32A49E;
}
</style>
background-color css
<style>
a { background-color: #32A49E; }
a { background-color: rgb(50,164,158); }
div.DivClassName
{
background-color: #32A49E;
}
.BgClassName
{
background-color: #32A49E;
}
</style>
border-color css
<style>
span { border-color: #32A49E; }
span { border-color: rgb(50,164,158); }
td.TdClassName
{
border-color: #32A49E;
}
.TagClassName
{
border-color: #32A49E;
}
</style>