Shades of Java #20979F
Tints of Java #20979F
RGB
CMYK
RGB Variations
Color information
#20979F (or 0x20979F) is known color: Java. HEX triplet: 20, 97 and 9F. RGB value is (32,151,159). Sum of RGB (Red+Green+Blue) = 32+151+159=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #20979F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20979F is #DF6860. Grayscale: #747474. Windows color (decimal): -14641249 or 10458912. OLE color: 10458912.
HSL color Cylindrical-coordinate representation of color #20979F: hue angle of 183.78º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20979F is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 151 | 159 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.38 |
| HSL | 183.78º | 0.66% | 0.37% | - |
| HSV(B) | 183.78º | 0.8% | 0.62% | - |
| XYZ | 17.92 | 24.94 | 36.67 | - |
| YUV | 116.33 | 152.08 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 159 | 0.80 | 0.05 | 0 | 0.38 | 183.78 | 0.66 | 0.37 |
| Hex | 20 | 97 | 9F | 50 | 5 | 0 | 26 | B8 | 42 | 25 |
| Octal | 40 | 227 | 237 | 120 | 5 | 0 | 46 | 270 | 102 | 45 |
| Binary | 100000 | 10010111 | 10011111 | 1010000 | 101 | 0 | 100110 | 10111000 | 1000010 | 100101 |
Color Harmonies of #20979F
Complementary color
Monochromatic Colors of #20979F
Black with #20979F
Text Example
Text Example
White with #20979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20979F; }
p { color: rgb(32,151,159); }
H1.HeaderClassName
{
color: #20979F;
}
.AnyTagClassName
{
color: #20979F;
}
</style>
background-color css
<style>
a { background-color: #20979F; }
a { background-color: rgb(32,151,159); }
div.DivClassName
{
background-color: #20979F;
}
.BgClassName
{
background-color: #20979F;
}
</style>
border-color css
<style>
span { border-color: #20979F; }
span { border-color: rgb(32,151,159); }
td.TdClassName
{
border-color: #20979F;
}
.TagClassName
{
border-color: #20979F;
}
</style>