Shades of Java #14938F
Tints of Java #14938F
RGB
CMYK
RGB Variations
Color information
#14938F (or 0x14938F) is known color: Java. HEX triplet: 14, 93 and 8F. RGB value is (20,147,143). Sum of RGB (Red+Green+Blue) = 20+147+143=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #14938F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14938F is #EB6C70. Grayscale: #6C6C6C. Windows color (decimal): -15428721 or 9409300. OLE color: 9409300.
HSL color Cylindrical-coordinate representation of color #14938F: hue angle of 178.11º 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 #14938F is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 143 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.42 |
| HSL | 178.11º | 0.76% | 0.33% | - |
| HSV(B) | 178.11º | 0.86% | 0.58% | - |
| XYZ | 15.68 | 23 | 29.6 | - |
| YUV | 108.57 | 147.42 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 143 | 0.86 | 0 | 0.03 | 0.42 | 178.11 | 0.76 | 0.33 |
| Hex | 14 | 93 | 8F | 56 | 0 | 3 | 2A | B2 | 4C | 21 |
| Octal | 24 | 223 | 217 | 126 | 0 | 3 | 52 | 262 | 114 | 41 |
| Binary | 10100 | 10010011 | 10001111 | 1010110 | 0 | 11 | 101010 | 10110010 | 1001100 | 100001 |
Color Harmonies of #14938F
Complementary color
Monochromatic Colors of #14938F
Black with #14938F
Text Example
Text Example
White with #14938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14938F; }
p { color: rgb(20,147,143); }
H1.HeaderClassName
{
color: #14938F;
}
.AnyTagClassName
{
color: #14938F;
}
</style>
background-color css
<style>
a { background-color: #14938F; }
a { background-color: rgb(20,147,143); }
div.DivClassName
{
background-color: #14938F;
}
.BgClassName
{
background-color: #14938F;
}
</style>
border-color css
<style>
span { border-color: #14938F; }
span { border-color: rgb(20,147,143); }
td.TdClassName
{
border-color: #14938F;
}
.TagClassName
{
border-color: #14938F;
}
</style>