Shades of Java #20958D
Tints of Java #20958D
RGB
CMYK
RGB Variations
Color information
#20958D (or 0x20958D) is known color: Java. HEX triplet: 20, 95 and 8D. RGB value is (32,149,141). Sum of RGB (Red+Green+Blue) = 32+149+141=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #20958D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20958D is #DF6A72. Grayscale: #717171. Windows color (decimal): -14641779 or 9278752. OLE color: 9278752.
HSL color Cylindrical-coordinate representation of color #20958D: hue angle of 175.9º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20958D is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 149 | 141 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.42 |
| HSL | 175.9º | 0.65% | 0.35% | - |
| HSV(B) | 175.9º | 0.79% | 0.58% | - |
| XYZ | 16.15 | 23.73 | 28.93 | - |
| YUV | 113.11 | 143.74 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 149 | 141 | 0.79 | 0 | 0.05 | 0.42 | 175.9 | 0.65 | 0.35 |
| Hex | 20 | 95 | 8D | 4F | 0 | 5 | 2A | B0 | 41 | 23 |
| Octal | 40 | 225 | 215 | 117 | 0 | 5 | 52 | 260 | 101 | 43 |
| Binary | 100000 | 10010101 | 10001101 | 1001111 | 0 | 101 | 101010 | 10110000 | 1000001 | 100011 |
Color Harmonies of #20958D
Complementary color
Monochromatic Colors of #20958D
Black with #20958D
Text Example
Text Example
White with #20958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20958D; }
p { color: rgb(32,149,141); }
H1.HeaderClassName
{
color: #20958D;
}
.AnyTagClassName
{
color: #20958D;
}
</style>
background-color css
<style>
a { background-color: #20958D; }
a { background-color: rgb(32,149,141); }
div.DivClassName
{
background-color: #20958D;
}
.BgClassName
{
background-color: #20958D;
}
</style>
border-color css
<style>
span { border-color: #20958D; }
span { border-color: rgb(32,149,141); }
td.TdClassName
{
border-color: #20958D;
}
.TagClassName
{
border-color: #20958D;
}
</style>