Shades of Java #149791
Tints of Java #149791
RGB
CMYK
RGB Variations
Color information
#149791 (or 0x149791) is known color: Java. HEX triplet: 14, 97 and 91. RGB value is (20,151,145). Sum of RGB (Red+Green+Blue) = 20+151+145=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #149791 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149791 is #EB686E. Grayscale: #6F6F6F. Windows color (decimal): -15427695 or 9541396. OLE color: 9541396.
HSL color Cylindrical-coordinate representation of color #149791: hue angle of 177.25º 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 #149791 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 151 | 145 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.41 |
| HSL | 177.25º | 0.77% | 0.34% | - |
| HSV(B) | 177.25º | 0.87% | 0.59% | - |
| XYZ | 16.47 | 24.33 | 30.62 | - |
| YUV | 111.15 | 147.1 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 145 | 0.87 | 0 | 0.04 | 0.41 | 177.25 | 0.77 | 0.34 |
| Hex | 14 | 97 | 91 | 57 | 0 | 4 | 29 | B1 | 4D | 22 |
| Octal | 24 | 227 | 221 | 127 | 0 | 4 | 51 | 261 | 115 | 42 |
| Binary | 10100 | 10010111 | 10010001 | 1010111 | 0 | 100 | 101001 | 10110001 | 1001101 | 100010 |
Color Harmonies of #149791
Complementary color
Monochromatic Colors of #149791
Black with #149791
Text Example
Text Example
White with #149791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149791; }
p { color: rgb(20,151,145); }
H1.HeaderClassName
{
color: #149791;
}
.AnyTagClassName
{
color: #149791;
}
</style>
background-color css
<style>
a { background-color: #149791; }
a { background-color: rgb(20,151,145); }
div.DivClassName
{
background-color: #149791;
}
.BgClassName
{
background-color: #149791;
}
</style>
border-color css
<style>
span { border-color: #149791; }
span { border-color: rgb(20,151,145); }
td.TdClassName
{
border-color: #149791;
}
.TagClassName
{
border-color: #149791;
}
</style>