Shades of Java #14978E
Tints of Java #14978E
RGB
CMYK
RGB Variations
Color information
#14978E (or 0x14978E) is known color: Java. HEX triplet: 14, 97 and 8E. RGB value is (20,151,142). Sum of RGB (Red+Green+Blue) = 20+151+142=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #14978E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14978E is #EB6871. Grayscale: #6E6E6E. Windows color (decimal): -15427698 or 9344788. OLE color: 9344788.
HSL color Cylindrical-coordinate representation of color #14978E: hue angle of 175.88º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14978E is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 151 | 142 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.41 |
| HSL | 175.88º | 0.77% | 0.34% | - |
| HSV(B) | 175.88º | 0.87% | 0.59% | - |
| XYZ | 16.24 | 24.23 | 29.41 | - |
| YUV | 110.81 | 145.6 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 142 | 0.87 | 0 | 0.06 | 0.41 | 175.88 | 0.77 | 0.34 |
| Hex | 14 | 97 | 8E | 57 | 0 | 6 | 29 | B0 | 4D | 22 |
| Octal | 24 | 227 | 216 | 127 | 0 | 6 | 51 | 260 | 115 | 42 |
| Binary | 10100 | 10010111 | 10001110 | 1010111 | 0 | 110 | 101001 | 10110000 | 1001101 | 100010 |
Color Harmonies of #14978E
Complementary color
Monochromatic Colors of #14978E
Black with #14978E
Text Example
Text Example
White with #14978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14978E; }
p { color: rgb(20,151,142); }
H1.HeaderClassName
{
color: #14978E;
}
.AnyTagClassName
{
color: #14978E;
}
</style>
background-color css
<style>
a { background-color: #14978E; }
a { background-color: rgb(20,151,142); }
div.DivClassName
{
background-color: #14978E;
}
.BgClassName
{
background-color: #14978E;
}
</style>
border-color css
<style>
span { border-color: #14978E; }
span { border-color: rgb(20,151,142); }
td.TdClassName
{
border-color: #14978E;
}
.TagClassName
{
border-color: #14978E;
}
</style>