Shades of Java #149396
Tints of Java #149396
RGB
CMYK
RGB Variations
Color information
#149396 (or 0x149396) is known color: Java. HEX triplet: 14, 93 and 96. RGB value is (20,147,150). Sum of RGB (Red+Green+Blue) = 20+147+150=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #149396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149396 is #EB6C69. Grayscale: #6D6D6D. Windows color (decimal): -15428714 or 9868052. OLE color: 9868052.
HSL color Cylindrical-coordinate representation of color #149396: hue angle of 181.38º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149396 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 147 | 150 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.41 |
| HSL | 181.38º | 0.76% | 0.33% | - |
| HSV(B) | 181.38º | 0.87% | 0.59% | - |
| XYZ | 16.23 | 23.22 | 32.48 | - |
| YUV | 109.37 | 150.92 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 150 | 0.87 | 0.02 | 0 | 0.41 | 181.38 | 0.76 | 0.33 |
| Hex | 14 | 93 | 96 | 57 | 2 | 0 | 29 | B5 | 4C | 21 |
| Octal | 24 | 223 | 226 | 127 | 2 | 0 | 51 | 265 | 114 | 41 |
| Binary | 10100 | 10010011 | 10010110 | 1010111 | 10 | 0 | 101001 | 10110101 | 1001100 | 100001 |
Color Harmonies of #149396
Complementary color
Monochromatic Colors of #149396
Black with #149396
Text Example
Text Example
White with #149396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149396; }
p { color: rgb(20,147,150); }
H1.HeaderClassName
{
color: #149396;
}
.AnyTagClassName
{
color: #149396;
}
</style>
background-color css
<style>
a { background-color: #149396; }
a { background-color: rgb(20,147,150); }
div.DivClassName
{
background-color: #149396;
}
.BgClassName
{
background-color: #149396;
}
</style>
border-color css
<style>
span { border-color: #149396; }
span { border-color: rgb(20,147,150); }
td.TdClassName
{
border-color: #149396;
}
.TagClassName
{
border-color: #149396;
}
</style>