Shades of Java #149590
Tints of Java #149590
RGB
CMYK
RGB Variations
Color information
#149590 (or 0x149590) is known color: Java. HEX triplet: 14, 95 and 90. RGB value is (20,149,144). Sum of RGB (Red+Green+Blue) = 20+149+144=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #149590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149590 is #EB6A6F. Grayscale: #6D6D6D. Windows color (decimal): -15428208 or 9475348. OLE color: 9475348.
HSL color Cylindrical-coordinate representation of color #149590: hue angle of 177.67º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149590 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 149 | 144 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.42 |
| HSL | 177.67º | 0.76% | 0.33% | - |
| HSV(B) | 177.67º | 0.87% | 0.58% | - |
| XYZ | 16.07 | 23.66 | 30.1 | - |
| YUV | 109.86 | 147.26 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 144 | 0.87 | 0 | 0.03 | 0.42 | 177.67 | 0.76 | 0.33 |
| Hex | 14 | 95 | 90 | 57 | 0 | 3 | 2A | B2 | 4C | 21 |
| Octal | 24 | 225 | 220 | 127 | 0 | 3 | 52 | 262 | 114 | 41 |
| Binary | 10100 | 10010101 | 10010000 | 1010111 | 0 | 11 | 101010 | 10110010 | 1001100 | 100001 |
Color Harmonies of #149590
Complementary color
Monochromatic Colors of #149590
Black with #149590
Text Example
Text Example
White with #149590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149590; }
p { color: rgb(20,149,144); }
H1.HeaderClassName
{
color: #149590;
}
.AnyTagClassName
{
color: #149590;
}
</style>
background-color css
<style>
a { background-color: #149590; }
a { background-color: rgb(20,149,144); }
div.DivClassName
{
background-color: #149590;
}
.BgClassName
{
background-color: #149590;
}
</style>
border-color css
<style>
span { border-color: #149590; }
span { border-color: rgb(20,149,144); }
td.TdClassName
{
border-color: #149590;
}
.TagClassName
{
border-color: #149590;
}
</style>