Shades of Java #149B8E
Tints of Java #149B8E
RGB
CMYK
RGB Variations
Color information
#149B8E (or 0x149B8E) is known color: Java. HEX triplet: 14, 9B and 8E. RGB value is (20,155,142). Sum of RGB (Red+Green+Blue) = 20+155+142=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #149B8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149B8E is #EB6471. Grayscale: #717171. Windows color (decimal): -15426674 or 9345812. OLE color: 9345812.
HSL color Cylindrical-coordinate representation of color #149B8E: hue angle of 174.22º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149B8E is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 155 | 142 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.39 |
| HSL | 174.22º | 0.77% | 0.34% | - |
| HSV(B) | 174.22º | 0.87% | 0.61% | - |
| XYZ | 16.89 | 25.54 | 29.63 | - |
| YUV | 113.15 | 144.27 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 155 | 142 | 0.87 | 0 | 0.08 | 0.39 | 174.22 | 0.77 | 0.34 |
| Hex | 14 | 9B | 8E | 57 | 0 | 8 | 27 | AE | 4D | 22 |
| Octal | 24 | 233 | 216 | 127 | 0 | 10 | 47 | 256 | 115 | 42 |
| Binary | 10100 | 10011011 | 10001110 | 1010111 | 0 | 1000 | 100111 | 10101110 | 1001101 | 100010 |
Color Harmonies of #149B8E
Complementary color
Monochromatic Colors of #149B8E
Black with #149B8E
Text Example
Text Example
White with #149B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149B8E; }
p { color: rgb(20,155,142); }
H1.HeaderClassName
{
color: #149B8E;
}
.AnyTagClassName
{
color: #149B8E;
}
</style>
background-color css
<style>
a { background-color: #149B8E; }
a { background-color: rgb(20,155,142); }
div.DivClassName
{
background-color: #149B8E;
}
.BgClassName
{
background-color: #149B8E;
}
</style>
border-color css
<style>
span { border-color: #149B8E; }
span { border-color: rgb(20,155,142); }
td.TdClassName
{
border-color: #149B8E;
}
.TagClassName
{
border-color: #149B8E;
}
</style>