Shades of Java #149796
Tints of Java #149796
RGB
CMYK
RGB Variations
Color information
#149796 (or 0x149796) is known color: Java. HEX triplet: 14, 97 and 96. RGB value is (20,151,150). Sum of RGB (Red+Green+Blue) = 20+151+150=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #149796 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149796 is #EB6869. Grayscale: #6F6F6F. Windows color (decimal): -15427690 or 9869076. OLE color: 9869076.
HSL color Cylindrical-coordinate representation of color #149796: hue angle of 179.54º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149796 is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 151 | 150 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.41 |
| HSL | 179.54º | 0.77% | 0.34% | - |
| HSV(B) | 179.54º | 0.87% | 0.59% | - |
| XYZ | 16.86 | 24.48 | 32.69 | - |
| YUV | 111.72 | 149.6 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 150 | 0.87 | 0 | 0.01 | 0.41 | 179.54 | 0.77 | 0.34 |
| Hex | 14 | 97 | 96 | 57 | 0 | 1 | 29 | B4 | 4D | 22 |
| Octal | 24 | 227 | 226 | 127 | 0 | 1 | 51 | 264 | 115 | 42 |
| Binary | 10100 | 10010111 | 10010110 | 1010111 | 0 | 1 | 101001 | 10110100 | 1001101 | 100010 |
Color Harmonies of #149796
Complementary color
Monochromatic Colors of #149796
Black with #149796
Text Example
Text Example
White with #149796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149796; }
p { color: rgb(20,151,150); }
H1.HeaderClassName
{
color: #149796;
}
.AnyTagClassName
{
color: #149796;
}
</style>
background-color css
<style>
a { background-color: #149796; }
a { background-color: rgb(20,151,150); }
div.DivClassName
{
background-color: #149796;
}
.BgClassName
{
background-color: #149796;
}
</style>
border-color css
<style>
span { border-color: #149796; }
span { border-color: rgb(20,151,150); }
td.TdClassName
{
border-color: #149796;
}
.TagClassName
{
border-color: #149796;
}
</style>