Shades of Java #20A395
Tints of Java #20A395
RGB
CMYK
RGB Variations
Color information
#20A395 (or 0x20A395) is known color: Java. HEX triplet: 20, A3 and 95. RGB value is (32,163,149). Sum of RGB (Red+Green+Blue) = 32+163+149=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 163 - color contains mainly: green. Hex color #20A395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A395 is #DF5C6A. Grayscale: #7A7A7A. Windows color (decimal): -14638187 or 9806624. OLE color: 9806624.
HSL color Cylindrical-coordinate representation of color #20A395: hue angle of 173.59º 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 #20A395 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 163 | 149 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.36 |
| HSL | 173.59º | 0.67% | 0.38% | - |
| HSV(B) | 173.59º | 0.8% | 0.64% | - |
| XYZ | 19.12 | 28.67 | 32.96 | - |
| YUV | 122.24 | 143.1 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 163 | 149 | 0.80 | 0 | 0.09 | 0.36 | 173.59 | 0.67 | 0.38 |
| Hex | 20 | A3 | 95 | 50 | 0 | 9 | 24 | AE | 43 | 26 |
| Octal | 40 | 243 | 225 | 120 | 0 | 11 | 44 | 256 | 103 | 46 |
| Binary | 100000 | 10100011 | 10010101 | 1010000 | 0 | 1001 | 100100 | 10101110 | 1000011 | 100110 |
Color Harmonies of #20A395
Complementary color
Monochromatic Colors of #20A395
Black with #20A395
Text Example
Text Example
White with #20A395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A395; }
p { color: rgb(32,163,149); }
H1.HeaderClassName
{
color: #20A395;
}
.AnyTagClassName
{
color: #20A395;
}
</style>
background-color css
<style>
a { background-color: #20A395; }
a { background-color: rgb(32,163,149); }
div.DivClassName
{
background-color: #20A395;
}
.BgClassName
{
background-color: #20A395;
}
</style>
border-color css
<style>
span { border-color: #20A395; }
span { border-color: rgb(32,163,149); }
td.TdClassName
{
border-color: #20A395;
}
.TagClassName
{
border-color: #20A395;
}
</style>