Shades of Java #14938B
Tints of Java #14938B
RGB
CMYK
RGB Variations
Color information
#14938B (or 0x14938B) is known color: Java. HEX triplet: 14, 93 and 8B. RGB value is (20,147,139). Sum of RGB (Red+Green+Blue) = 20+147+139=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #14938B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14938B is #EB6C74. Grayscale: #6C6C6C. Windows color (decimal): -15428725 or 9147156. OLE color: 9147156.
HSL color Cylindrical-coordinate representation of color #14938B: hue angle of 176.22º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14938B is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 139 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.42 |
| HSL | 176.22º | 0.76% | 0.33% | - |
| HSV(B) | 176.22º | 0.86% | 0.58% | - |
| XYZ | 15.38 | 22.88 | 28.03 | - |
| YUV | 108.12 | 145.42 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 139 | 0.86 | 0 | 0.05 | 0.42 | 176.22 | 0.76 | 0.33 |
| Hex | 14 | 93 | 8B | 56 | 0 | 5 | 2A | B0 | 4C | 21 |
| Octal | 24 | 223 | 213 | 126 | 0 | 5 | 52 | 260 | 114 | 41 |
| Binary | 10100 | 10010011 | 10001011 | 1010110 | 0 | 101 | 101010 | 10110000 | 1001100 | 100001 |
Color Harmonies of #14938B
Complementary color
Monochromatic Colors of #14938B
Black with #14938B
Text Example
Text Example
White with #14938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14938B; }
p { color: rgb(20,147,139); }
H1.HeaderClassName
{
color: #14938B;
}
.AnyTagClassName
{
color: #14938B;
}
</style>
background-color css
<style>
a { background-color: #14938B; }
a { background-color: rgb(20,147,139); }
div.DivClassName
{
background-color: #14938B;
}
.BgClassName
{
background-color: #14938B;
}
</style>
border-color css
<style>
span { border-color: #14938B; }
span { border-color: rgb(20,147,139); }
td.TdClassName
{
border-color: #14938B;
}
.TagClassName
{
border-color: #14938B;
}
</style>