Shades of Java #20A0A5
Tints of Java #20A0A5
RGB
CMYK
RGB Variations
Color information
#20A0A5 (or 0x20A0A5) is known color: Java. HEX triplet: 20, A0 and A5. RGB value is (32,160,165). Sum of RGB (Red+Green+Blue) = 32+160+165=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #20A0A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A0A5 is #DF5F5A. Grayscale: #7A7A7A. Windows color (decimal): -14638939 or 10854432. OLE color: 10854432.
HSL color Cylindrical-coordinate representation of color #20A0A5: hue angle of 182.26º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A0A5 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 160 | 165 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.35 |
| HSL | 182.26º | 0.68% | 0.39% | - |
| HSV(B) | 182.26º | 0.81% | 0.65% | - |
| XYZ | 19.96 | 28.17 | 39.98 | - |
| YUV | 122.3 | 152.09 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 160 | 165 | 0.81 | 0.03 | 0 | 0.35 | 182.26 | 0.68 | 0.39 |
| Hex | 20 | A0 | A5 | 51 | 3 | 0 | 23 | B6 | 44 | 27 |
| Octal | 40 | 240 | 245 | 121 | 3 | 0 | 43 | 266 | 104 | 47 |
| Binary | 100000 | 10100000 | 10100101 | 1010001 | 11 | 0 | 100011 | 10110110 | 1000100 | 100111 |
Color Harmonies of #20A0A5
Complementary color
Monochromatic Colors of #20A0A5
Black with #20A0A5
Text Example
Text Example
White with #20A0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A0A5; }
p { color: rgb(32,160,165); }
H1.HeaderClassName
{
color: #20A0A5;
}
.AnyTagClassName
{
color: #20A0A5;
}
</style>
background-color css
<style>
a { background-color: #20A0A5; }
a { background-color: rgb(32,160,165); }
div.DivClassName
{
background-color: #20A0A5;
}
.BgClassName
{
background-color: #20A0A5;
}
</style>
border-color css
<style>
span { border-color: #20A0A5; }
span { border-color: rgb(32,160,165); }
td.TdClassName
{
border-color: #20A0A5;
}
.TagClassName
{
border-color: #20A0A5;
}
</style>