Shades of Java #359D96
Tints of Java #359D96
RGB
CMYK
RGB Variations
Color information
#359D96 (or 0x359D96) is known color: Java. HEX triplet: 35, 9D and 96. RGB value is (53,157,150). Sum of RGB (Red+Green+Blue) = 53+157+150=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #359D96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359D96 is #CA6269. Grayscale: #7D7D7D. Windows color (decimal): -13263466 or 9870645. OLE color: 9870645.
HSL color Cylindrical-coordinate representation of color #359D96: hue angle of 175.96º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D96 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 157 | 150 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.38 |
| HSL | 175.96º | 0.5% | 0.41% | - |
| HSV(B) | 175.96º | 0.66% | 0.62% | - |
| XYZ | 19.03 | 27.07 | 33.08 | - |
| YUV | 125.11 | 142.04 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 150 | 0.66 | 0 | 0.04 | 0.38 | 175.96 | 0.5 | 0.41 |
| Hex | 35 | 9D | 96 | 42 | 0 | 4 | 26 | B0 | 32 | 29 |
| Octal | 65 | 235 | 226 | 102 | 0 | 4 | 46 | 260 | 62 | 51 |
| Binary | 110101 | 10011101 | 10010110 | 1000010 | 0 | 100 | 100110 | 10110000 | 110010 | 101001 |
Color Harmonies of #359D96
Complementary color
Monochromatic Colors of #359D96
Black with #359D96
Text Example
Text Example
White with #359D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359D96; }
p { color: rgb(53,157,150); }
H1.HeaderClassName
{
color: #359D96;
}
.AnyTagClassName
{
color: #359D96;
}
</style>
background-color css
<style>
a { background-color: #359D96; }
a { background-color: rgb(53,157,150); }
div.DivClassName
{
background-color: #359D96;
}
.BgClassName
{
background-color: #359D96;
}
</style>
border-color css
<style>
span { border-color: #359D96; }
span { border-color: rgb(53,157,150); }
td.TdClassName
{
border-color: #359D96;
}
.TagClassName
{
border-color: #359D96;
}
</style>