Shades of Java #14998A
Tints of Java #14998A
RGB
CMYK
RGB Variations
Color information
#14998A (or 0x14998A) is known color: Java. HEX triplet: 14, 99 and 8A. RGB value is (20,153,138). Sum of RGB (Red+Green+Blue) = 20+153+138=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #14998A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14998A is #EB6675. Grayscale: #6F6F6F. Windows color (decimal): -15427190 or 9083156. OLE color: 9083156.
HSL color Cylindrical-coordinate representation of color #14998A: hue angle of 173.23º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14998A is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 153 | 138 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.4 |
| HSL | 173.23º | 0.77% | 0.34% | - |
| HSV(B) | 173.23º | 0.87% | 0.6% | - |
| XYZ | 16.27 | 24.77 | 27.97 | - |
| YUV | 111.52 | 142.94 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 138 | 0.87 | 0 | 0.10 | 0.4 | 173.23 | 0.77 | 0.34 |
| Hex | 14 | 99 | 8A | 57 | 0 | A | 28 | AD | 4D | 22 |
| Octal | 24 | 231 | 212 | 127 | 0 | 12 | 50 | 255 | 115 | 42 |
| Binary | 10100 | 10011001 | 10001010 | 1010111 | 0 | 1010 | 101000 | 10101101 | 1001101 | 100010 |
Color Harmonies of #14998A
Complementary color
Monochromatic Colors of #14998A
Black with #14998A
Text Example
Text Example
White with #14998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14998A; }
p { color: rgb(20,153,138); }
H1.HeaderClassName
{
color: #14998A;
}
.AnyTagClassName
{
color: #14998A;
}
</style>
background-color css
<style>
a { background-color: #14998A; }
a { background-color: rgb(20,153,138); }
div.DivClassName
{
background-color: #14998A;
}
.BgClassName
{
background-color: #14998A;
}
</style>
border-color css
<style>
span { border-color: #14998A; }
span { border-color: rgb(20,153,138); }
td.TdClassName
{
border-color: #14998A;
}
.TagClassName
{
border-color: #14998A;
}
</style>