Shades of Java #14928E
Tints of Java #14928E
RGB
CMYK
RGB Variations
Color information
#14928E (or 0x14928E) is known color: Java. HEX triplet: 14, 92 and 8E. RGB value is (20,146,142). Sum of RGB (Red+Green+Blue) = 20+146+142=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #14928E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14928E is #EB6D71. Grayscale: #6B6B6B. Windows color (decimal): -15428978 or 9343508. OLE color: 9343508.
HSL color Cylindrical-coordinate representation of color #14928E: hue angle of 178.1º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14928E is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 146 | 142 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.43 |
| HSL | 178.1º | 0.76% | 0.33% | - |
| HSV(B) | 178.1º | 0.86% | 0.57% | - |
| XYZ | 15.45 | 22.66 | 29.15 | - |
| YUV | 107.87 | 147.26 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 142 | 0.86 | 0 | 0.03 | 0.43 | 178.1 | 0.76 | 0.33 |
| Hex | 14 | 92 | 8E | 56 | 0 | 3 | 2B | B2 | 4C | 21 |
| Octal | 24 | 222 | 216 | 126 | 0 | 3 | 53 | 262 | 114 | 41 |
| Binary | 10100 | 10010010 | 10001110 | 1010110 | 0 | 11 | 101011 | 10110010 | 1001100 | 100001 |
Color Harmonies of #14928E
Complementary color
Monochromatic Colors of #14928E
Black with #14928E
Text Example
Text Example
White with #14928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14928E; }
p { color: rgb(20,146,142); }
H1.HeaderClassName
{
color: #14928E;
}
.AnyTagClassName
{
color: #14928E;
}
</style>
background-color css
<style>
a { background-color: #14928E; }
a { background-color: rgb(20,146,142); }
div.DivClassName
{
background-color: #14928E;
}
.BgClassName
{
background-color: #14928E;
}
</style>
border-color css
<style>
span { border-color: #14928E; }
span { border-color: rgb(20,146,142); }
td.TdClassName
{
border-color: #14928E;
}
.TagClassName
{
border-color: #14928E;
}
</style>