Shades of Java #14918F
Tints of Java #14918F
RGB
CMYK
RGB Variations
Color information
#14918F (or 0x14918F) is known color: Java. HEX triplet: 14, 91 and 8F. RGB value is (20,145,143). Sum of RGB (Red+Green+Blue) = 20+145+143=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #14918F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14918F is #EB6E70. Grayscale: #6B6B6B. Windows color (decimal): -15429233 or 9408788. OLE color: 9408788.
HSL color Cylindrical-coordinate representation of color #14918F: hue angle of 179.04º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14918F is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 143 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.43 |
| HSL | 179.04º | 0.76% | 0.32% | - |
| HSV(B) | 179.04º | 0.86% | 0.57% | - |
| XYZ | 15.37 | 22.38 | 29.5 | - |
| YUV | 107.4 | 148.09 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 143 | 0.86 | 0 | 0.01 | 0.43 | 179.04 | 0.76 | 0.32 |
| Hex | 14 | 91 | 8F | 56 | 0 | 1 | 2B | B3 | 4C | 20 |
| Octal | 24 | 221 | 217 | 126 | 0 | 1 | 53 | 263 | 114 | 40 |
| Binary | 10100 | 10010001 | 10001111 | 1010110 | 0 | 1 | 101011 | 10110011 | 1001100 | 100000 |
Color Harmonies of #14918F
Complementary color
Monochromatic Colors of #14918F
Black with #14918F
Text Example
Text Example
White with #14918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14918F; }
p { color: rgb(20,145,143); }
H1.HeaderClassName
{
color: #14918F;
}
.AnyTagClassName
{
color: #14918F;
}
</style>
background-color css
<style>
a { background-color: #14918F; }
a { background-color: rgb(20,145,143); }
div.DivClassName
{
background-color: #14918F;
}
.BgClassName
{
background-color: #14918F;
}
</style>
border-color css
<style>
span { border-color: #14918F; }
span { border-color: rgb(20,145,143); }
td.TdClassName
{
border-color: #14918F;
}
.TagClassName
{
border-color: #14918F;
}
</style>