Shades of Java #149794
Tints of Java #149794
RGB
CMYK
RGB Variations
Color information
#149794 (or 0x149794) is known color: Java. HEX triplet: 14, 97 and 94. RGB value is (20,151,148). Sum of RGB (Red+Green+Blue) = 20+151+148=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #149794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149794 is #EB686B. Grayscale: #6F6F6F. Windows color (decimal): -15427692 or 9738004. OLE color: 9738004.
HSL color Cylindrical-coordinate representation of color #149794: hue angle of 178.63º 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 #149794 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 151 | 148 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.41 |
| HSL | 178.63º | 0.77% | 0.34% | - |
| HSV(B) | 178.63º | 0.87% | 0.59% | - |
| XYZ | 16.7 | 24.42 | 31.85 | - |
| YUV | 111.49 | 148.6 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 148 | 0.87 | 0 | 0.02 | 0.41 | 178.63 | 0.77 | 0.34 |
| Hex | 14 | 97 | 94 | 57 | 0 | 2 | 29 | B3 | 4D | 22 |
| Octal | 24 | 227 | 224 | 127 | 0 | 2 | 51 | 263 | 115 | 42 |
| Binary | 10100 | 10010111 | 10010100 | 1010111 | 0 | 10 | 101001 | 10110011 | 1001101 | 100010 |
Color Harmonies of #149794
Complementary color
Monochromatic Colors of #149794
Black with #149794
Text Example
Text Example
White with #149794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149794; }
p { color: rgb(20,151,148); }
H1.HeaderClassName
{
color: #149794;
}
.AnyTagClassName
{
color: #149794;
}
</style>
background-color css
<style>
a { background-color: #149794; }
a { background-color: rgb(20,151,148); }
div.DivClassName
{
background-color: #149794;
}
.BgClassName
{
background-color: #149794;
}
</style>
border-color css
<style>
span { border-color: #149794; }
span { border-color: rgb(20,151,148); }
td.TdClassName
{
border-color: #149794;
}
.TagClassName
{
border-color: #149794;
}
</style>