Shades of Java #149996
Tints of Java #149996
RGB
CMYK
RGB Variations
Color information
#149996 (or 0x149996) is known color: Java. HEX triplet: 14, 99 and 96. RGB value is (20,153,150). Sum of RGB (Red+Green+Blue) = 20+153+150=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #149996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149996 is #EB6669. Grayscale: #707070. Windows color (decimal): -15427178 or 9869588. OLE color: 9869588.
HSL color Cylindrical-coordinate representation of color #149996: hue angle of 178.65º 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 #149996 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 153 | 150 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.4 |
| HSL | 178.65º | 0.77% | 0.34% | - |
| HSV(B) | 178.65º | 0.87% | 0.6% | - |
| XYZ | 17.18 | 25.13 | 32.8 | - |
| YUV | 112.89 | 148.94 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 150 | 0.87 | 0 | 0.02 | 0.4 | 178.65 | 0.77 | 0.34 |
| Hex | 14 | 99 | 96 | 57 | 0 | 2 | 28 | B3 | 4D | 22 |
| Octal | 24 | 231 | 226 | 127 | 0 | 2 | 50 | 263 | 115 | 42 |
| Binary | 10100 | 10011001 | 10010110 | 1010111 | 0 | 10 | 101000 | 10110011 | 1001101 | 100010 |
Color Harmonies of #149996
Complementary color
Monochromatic Colors of #149996
Black with #149996
Text Example
Text Example
White with #149996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149996; }
p { color: rgb(20,153,150); }
H1.HeaderClassName
{
color: #149996;
}
.AnyTagClassName
{
color: #149996;
}
</style>
background-color css
<style>
a { background-color: #149996; }
a { background-color: rgb(20,153,150); }
div.DivClassName
{
background-color: #149996;
}
.BgClassName
{
background-color: #149996;
}
</style>
border-color css
<style>
span { border-color: #149996; }
span { border-color: rgb(20,153,150); }
td.TdClassName
{
border-color: #149996;
}
.TagClassName
{
border-color: #149996;
}
</style>