Shades of Java #20A194
Tints of Java #20A194
RGB
CMYK
RGB Variations
Color information
#20A194 (or 0x20A194) is known color: Java. HEX triplet: 20, A1 and 94. RGB value is (32,161,148). Sum of RGB (Red+Green+Blue) = 32+161+148=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #20A194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A194 is #DF5E6B. Grayscale: #787878. Windows color (decimal): -14638700 or 9740576. OLE color: 9740576.
HSL color Cylindrical-coordinate representation of color #20A194: hue angle of 173.95º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A194 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 161 | 148 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.37 |
| HSL | 173.95º | 0.67% | 0.38% | - |
| HSV(B) | 173.95º | 0.8% | 0.63% | - |
| XYZ | 18.69 | 27.93 | 32.42 | - |
| YUV | 120.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 161 | 148 | 0.80 | 0 | 0.08 | 0.37 | 173.95 | 0.67 | 0.38 |
| Hex | 20 | A1 | 94 | 50 | 0 | 8 | 25 | AE | 43 | 26 |
| Octal | 40 | 241 | 224 | 120 | 0 | 10 | 45 | 256 | 103 | 46 |
| Binary | 100000 | 10100001 | 10010100 | 1010000 | 0 | 1000 | 100101 | 10101110 | 1000011 | 100110 |
Color Harmonies of #20A194
Complementary color
Monochromatic Colors of #20A194
Black with #20A194
Text Example
Text Example
White with #20A194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A194; }
p { color: rgb(32,161,148); }
H1.HeaderClassName
{
color: #20A194;
}
.AnyTagClassName
{
color: #20A194;
}
</style>
background-color css
<style>
a { background-color: #20A194; }
a { background-color: rgb(32,161,148); }
div.DivClassName
{
background-color: #20A194;
}
.BgClassName
{
background-color: #20A194;
}
</style>
border-color css
<style>
span { border-color: #20A194; }
span { border-color: rgb(32,161,148); }
td.TdClassName
{
border-color: #20A194;
}
.TagClassName
{
border-color: #20A194;
}
</style>