Shades of Java #329E97
Tints of Java #329E97
RGB
CMYK
RGB Variations
Color information
#329E97 (or 0x329E97) is known color: Java. HEX triplet: 32, 9E and 97. RGB value is (50,158,151). Sum of RGB (Red+Green+Blue) = 50+158+151=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 158 - color contains mainly: green. Hex color #329E97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329E97 is #CD6168. Grayscale: #7C7C7C. Windows color (decimal): -13459817 or 9936434. OLE color: 9936434.
HSL color Cylindrical-coordinate representation of color #329E97: hue angle of 176.11º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329E97 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 158 | 151 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.38 |
| HSL | 176.11º | 0.52% | 0.41% | - |
| HSV(B) | 176.11º | 0.68% | 0.62% | - |
| XYZ | 19.13 | 27.37 | 33.55 | - |
| YUV | 124.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 151 | 0.68 | 0 | 0.04 | 0.38 | 176.11 | 0.52 | 0.41 |
| Hex | 32 | 9E | 97 | 44 | 0 | 4 | 26 | B0 | 34 | 29 |
| Octal | 62 | 236 | 227 | 104 | 0 | 4 | 46 | 260 | 64 | 51 |
| Binary | 110010 | 10011110 | 10010111 | 1000100 | 0 | 100 | 100110 | 10110000 | 110100 | 101001 |
Color Harmonies of #329E97
Complementary color
Monochromatic Colors of #329E97
Black with #329E97
Text Example
Text Example
White with #329E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329E97; }
p { color: rgb(50,158,151); }
H1.HeaderClassName
{
color: #329E97;
}
.AnyTagClassName
{
color: #329E97;
}
</style>
background-color css
<style>
a { background-color: #329E97; }
a { background-color: rgb(50,158,151); }
div.DivClassName
{
background-color: #329E97;
}
.BgClassName
{
background-color: #329E97;
}
</style>
border-color css
<style>
span { border-color: #329E97; }
span { border-color: rgb(50,158,151); }
td.TdClassName
{
border-color: #329E97;
}
.TagClassName
{
border-color: #329E97;
}
</style>