Shades of Java #20908F
Tints of Java #20908F
RGB
CMYK
RGB Variations
Color information
#20908F (or 0x20908F) is known color: Java. HEX triplet: 20, 90 and 8F. RGB value is (32,144,143). Sum of RGB (Red+Green+Blue) = 32+144+143=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #20908F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20908F is #DF6F70. Grayscale: #6E6E6E. Windows color (decimal): -14643057 or 9408544. OLE color: 9408544.
HSL color Cylindrical-coordinate representation of color #20908F: hue angle of 179.46º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20908F is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 144 | 143 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.44 |
| HSL | 179.46º | 0.64% | 0.35% | - |
| HSV(B) | 179.46º | 0.78% | 0.56% | - |
| XYZ | 15.53 | 22.24 | 29.46 | - |
| YUV | 110.4 | 146.39 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 143 | 0.78 | 0 | 0.01 | 0.44 | 179.46 | 0.64 | 0.35 |
| Hex | 20 | 90 | 8F | 4E | 0 | 1 | 2C | B3 | 40 | 23 |
| Octal | 40 | 220 | 217 | 116 | 0 | 1 | 54 | 263 | 100 | 43 |
| Binary | 100000 | 10010000 | 10001111 | 1001110 | 0 | 1 | 101100 | 10110011 | 1000000 | 100011 |
Color Harmonies of #20908F
Complementary color
Monochromatic Colors of #20908F
Black with #20908F
Text Example
Text Example
White with #20908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20908F; }
p { color: rgb(32,144,143); }
H1.HeaderClassName
{
color: #20908F;
}
.AnyTagClassName
{
color: #20908F;
}
</style>
background-color css
<style>
a { background-color: #20908F; }
a { background-color: rgb(32,144,143); }
div.DivClassName
{
background-color: #20908F;
}
.BgClassName
{
background-color: #20908F;
}
</style>
border-color css
<style>
span { border-color: #20908F; }
span { border-color: rgb(32,144,143); }
td.TdClassName
{
border-color: #20908F;
}
.TagClassName
{
border-color: #20908F;
}
</style>