Shades of Java #149989
Tints of Java #149989
RGB
CMYK
RGB Variations
Color information
#149989 (or 0x149989) is known color: Java. HEX triplet: 14, 99 and 89. RGB value is (20,153,137). Sum of RGB (Red+Green+Blue) = 20+153+137=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #149989 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149989 is #EB6676. Grayscale: #6F6F6F. Windows color (decimal): -15427191 or 9017620. OLE color: 9017620.
HSL color Cylindrical-coordinate representation of color #149989: hue angle of 172.78º 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 #149989 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 153 | 137 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.4 |
| HSL | 172.78º | 0.77% | 0.34% | - |
| HSV(B) | 172.78º | 0.87% | 0.6% | - |
| XYZ | 16.2 | 24.74 | 27.59 | - |
| YUV | 111.41 | 142.44 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 137 | 0.87 | 0 | 0.10 | 0.4 | 172.78 | 0.77 | 0.34 |
| Hex | 14 | 99 | 89 | 57 | 0 | A | 28 | AD | 4D | 22 |
| Octal | 24 | 231 | 211 | 127 | 0 | 12 | 50 | 255 | 115 | 42 |
| Binary | 10100 | 10011001 | 10001001 | 1010111 | 0 | 1010 | 101000 | 10101101 | 1001101 | 100010 |
Color Harmonies of #149989
Complementary color
Monochromatic Colors of #149989
Black with #149989
Text Example
Text Example
White with #149989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149989; }
p { color: rgb(20,153,137); }
H1.HeaderClassName
{
color: #149989;
}
.AnyTagClassName
{
color: #149989;
}
</style>
background-color css
<style>
a { background-color: #149989; }
a { background-color: rgb(20,153,137); }
div.DivClassName
{
background-color: #149989;
}
.BgClassName
{
background-color: #149989;
}
</style>
border-color css
<style>
span { border-color: #149989; }
span { border-color: rgb(20,153,137); }
td.TdClassName
{
border-color: #149989;
}
.TagClassName
{
border-color: #149989;
}
</style>