Shades of Java #20928F
Tints of Java #20928F
RGB
CMYK
RGB Variations
Color information
#20928F (or 0x20928F) is known color: Java. HEX triplet: 20, 92 and 8F. RGB value is (32,146,143). Sum of RGB (Red+Green+Blue) = 32+146+143=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #20928F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20928F is #DF6D70. Grayscale: #6F6F6F. Windows color (decimal): -14642545 or 9409056. OLE color: 9409056.
HSL color Cylindrical-coordinate representation of color #20928F: hue angle of 178.42º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20928F is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 146 | 143 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.43 |
| HSL | 178.42º | 0.64% | 0.35% | - |
| HSV(B) | 178.42º | 0.78% | 0.57% | - |
| XYZ | 15.83 | 22.85 | 29.56 | - |
| YUV | 111.57 | 145.73 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 146 | 143 | 0.78 | 0 | 0.02 | 0.43 | 178.42 | 0.64 | 0.35 |
| Hex | 20 | 92 | 8F | 4E | 0 | 2 | 2B | B2 | 40 | 23 |
| Octal | 40 | 222 | 217 | 116 | 0 | 2 | 53 | 262 | 100 | 43 |
| Binary | 100000 | 10010010 | 10001111 | 1001110 | 0 | 10 | 101011 | 10110010 | 1000000 | 100011 |
Color Harmonies of #20928F
Complementary color
Monochromatic Colors of #20928F
Black with #20928F
Text Example
Text Example
White with #20928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20928F; }
p { color: rgb(32,146,143); }
H1.HeaderClassName
{
color: #20928F;
}
.AnyTagClassName
{
color: #20928F;
}
</style>
background-color css
<style>
a { background-color: #20928F; }
a { background-color: rgb(32,146,143); }
div.DivClassName
{
background-color: #20928F;
}
.BgClassName
{
background-color: #20928F;
}
</style>
border-color css
<style>
span { border-color: #20928F; }
span { border-color: rgb(32,146,143); }
td.TdClassName
{
border-color: #20928F;
}
.TagClassName
{
border-color: #20928F;
}
</style>