Shades of Java #20978D
Tints of Java #20978D
RGB
CMYK
RGB Variations
Color information
#20978D (or 0x20978D) is known color: Java. HEX triplet: 20, 97 and 8D. RGB value is (32,151,141). Sum of RGB (Red+Green+Blue) = 32+151+141=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 151 - color contains mainly: green. Hex color #20978D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20978D is #DF6872. Grayscale: #727272. Windows color (decimal): -14641267 or 9279264. OLE color: 9279264.
HSL color Cylindrical-coordinate representation of color #20978D: hue angle of 174.96º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20978D is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 151 | 141 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.41 |
| HSL | 174.96º | 0.65% | 0.36% | - |
| HSV(B) | 174.96º | 0.79% | 0.59% | - |
| XYZ | 16.47 | 24.36 | 29.03 | - |
| YUV | 114.28 | 143.08 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 151 | 141 | 0.79 | 0 | 0.07 | 0.41 | 174.96 | 0.65 | 0.36 |
| Hex | 20 | 97 | 8D | 4F | 0 | 7 | 29 | AF | 41 | 24 |
| Octal | 40 | 227 | 215 | 117 | 0 | 7 | 51 | 257 | 101 | 44 |
| Binary | 100000 | 10010111 | 10001101 | 1001111 | 0 | 111 | 101001 | 10101111 | 1000001 | 100100 |
Color Harmonies of #20978D
Complementary color
Monochromatic Colors of #20978D
Black with #20978D
Text Example
Text Example
White with #20978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20978D; }
p { color: rgb(32,151,141); }
H1.HeaderClassName
{
color: #20978D;
}
.AnyTagClassName
{
color: #20978D;
}
</style>
background-color css
<style>
a { background-color: #20978D; }
a { background-color: rgb(32,151,141); }
div.DivClassName
{
background-color: #20978D;
}
.BgClassName
{
background-color: #20978D;
}
</style>
border-color css
<style>
span { border-color: #20978D; }
span { border-color: rgb(32,151,141); }
td.TdClassName
{
border-color: #20978D;
}
.TagClassName
{
border-color: #20978D;
}
</style>