Shades of Java #14958B
Tints of Java #14958B
RGB
CMYK
RGB Variations
Color information
#14958B (or 0x14958B) is known color: Java. HEX triplet: 14, 95 and 8B. RGB value is (20,149,139). Sum of RGB (Red+Green+Blue) = 20+149+139=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #14958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14958B is #EB6A74. Grayscale: #6D6D6D. Windows color (decimal): -15428213 or 9147668. OLE color: 9147668.
HSL color Cylindrical-coordinate representation of color #14958B: hue angle of 175.35º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14958B is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 149 | 139 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.42 |
| HSL | 175.35º | 0.76% | 0.33% | - |
| HSV(B) | 175.35º | 0.87% | 0.58% | - |
| XYZ | 15.7 | 23.51 | 28.14 | - |
| YUV | 109.29 | 144.76 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 139 | 0.87 | 0 | 0.07 | 0.42 | 175.35 | 0.76 | 0.33 |
| Hex | 14 | 95 | 8B | 57 | 0 | 7 | 2A | AF | 4C | 21 |
| Octal | 24 | 225 | 213 | 127 | 0 | 7 | 52 | 257 | 114 | 41 |
| Binary | 10100 | 10010101 | 10001011 | 1010111 | 0 | 111 | 101010 | 10101111 | 1001100 | 100001 |
Color Harmonies of #14958B
Complementary color
Monochromatic Colors of #14958B
Black with #14958B
Text Example
Text Example
White with #14958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14958B; }
p { color: rgb(20,149,139); }
H1.HeaderClassName
{
color: #14958B;
}
.AnyTagClassName
{
color: #14958B;
}
</style>
background-color css
<style>
a { background-color: #14958B; }
a { background-color: rgb(20,149,139); }
div.DivClassName
{
background-color: #14958B;
}
.BgClassName
{
background-color: #14958B;
}
</style>
border-color css
<style>
span { border-color: #14958B; }
span { border-color: rgb(20,149,139); }
td.TdClassName
{
border-color: #14958B;
}
.TagClassName
{
border-color: #14958B;
}
</style>