Shades of Java #20A293
Tints of Java #20A293
RGB
CMYK
RGB Variations
Color information
#20A293 (or 0x20A293) is known color: Java. HEX triplet: 20, A2 and 93. RGB value is (32,162,147). Sum of RGB (Red+Green+Blue) = 32+162+147=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #20A293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A293 is #DF5D6C. Grayscale: #797979. Windows color (decimal): -14638445 or 9675296. OLE color: 9675296.
HSL color Cylindrical-coordinate representation of color #20A293: hue angle of 173.08º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A293 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 162 | 147 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.36 |
| HSL | 173.08º | 0.67% | 0.38% | - |
| HSV(B) | 173.08º | 0.8% | 0.64% | - |
| XYZ | 18.78 | 28.25 | 32.07 | - |
| YUV | 121.42 | 142.43 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 162 | 147 | 0.80 | 0 | 0.09 | 0.36 | 173.08 | 0.67 | 0.38 |
| Hex | 20 | A2 | 93 | 50 | 0 | 9 | 24 | AD | 43 | 26 |
| Octal | 40 | 242 | 223 | 120 | 0 | 11 | 44 | 255 | 103 | 46 |
| Binary | 100000 | 10100010 | 10010011 | 1010000 | 0 | 1001 | 100100 | 10101101 | 1000011 | 100110 |
Color Harmonies of #20A293
Complementary color
Monochromatic Colors of #20A293
Black with #20A293
Text Example
Text Example
White with #20A293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A293; }
p { color: rgb(32,162,147); }
H1.HeaderClassName
{
color: #20A293;
}
.AnyTagClassName
{
color: #20A293;
}
</style>
background-color css
<style>
a { background-color: #20A293; }
a { background-color: rgb(32,162,147); }
div.DivClassName
{
background-color: #20A293;
}
.BgClassName
{
background-color: #20A293;
}
</style>
border-color css
<style>
span { border-color: #20A293; }
span { border-color: rgb(32,162,147); }
td.TdClassName
{
border-color: #20A293;
}
.TagClassName
{
border-color: #20A293;
}
</style>