Shades of Java #329F96
Tints of Java #329F96
RGB
CMYK
RGB Variations
Color information
#329F96 (or 0x329F96) is known color: Java. HEX triplet: 32, 9F and 96. RGB value is (50,159,150). Sum of RGB (Red+Green+Blue) = 50+159+150=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 159 - color contains mainly: green. Hex color #329F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329F96 is #CD6069. Grayscale: #7D7D7D. Windows color (decimal): -13459562 or 9871154. OLE color: 9871154.
HSL color Cylindrical-coordinate representation of color #329F96: hue angle of 175.05º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F96 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 150 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.38 |
| HSL | 175.05º | 0.52% | 0.41% | - |
| HSV(B) | 175.05º | 0.69% | 0.62% | - |
| XYZ | 19.22 | 27.68 | 33.18 | - |
| YUV | 125.38 | 141.89 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 150 | 0.69 | 0 | 0.06 | 0.38 | 175.05 | 0.52 | 0.41 |
| Hex | 32 | 9F | 96 | 45 | 0 | 6 | 26 | AF | 34 | 29 |
| Octal | 62 | 237 | 226 | 105 | 0 | 6 | 46 | 257 | 64 | 51 |
| Binary | 110010 | 10011111 | 10010110 | 1000101 | 0 | 110 | 100110 | 10101111 | 110100 | 101001 |
Color Harmonies of #329F96
Complementary color
Monochromatic Colors of #329F96
Black with #329F96
Text Example
Text Example
White with #329F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F96; }
p { color: rgb(50,159,150); }
H1.HeaderClassName
{
color: #329F96;
}
.AnyTagClassName
{
color: #329F96;
}
</style>
background-color css
<style>
a { background-color: #329F96; }
a { background-color: rgb(50,159,150); }
div.DivClassName
{
background-color: #329F96;
}
.BgClassName
{
background-color: #329F96;
}
</style>
border-color css
<style>
span { border-color: #329F96; }
span { border-color: rgb(50,159,150); }
td.TdClassName
{
border-color: #329F96;
}
.TagClassName
{
border-color: #329F96;
}
</style>