Shades of Java #149994
Tints of Java #149994
RGB
CMYK
RGB Variations
Color information
#149994 (or 0x149994) is known color: Java. HEX triplet: 14, 99 and 94. RGB value is (20,153,148). Sum of RGB (Red+Green+Blue) = 20+153+148=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #149994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149994 is #EB666B. Grayscale: #707070. Windows color (decimal): -15427180 or 9738516. OLE color: 9738516.
HSL color Cylindrical-coordinate representation of color #149994: hue angle of 177.74º 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 #149994 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 153 | 148 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.4 |
| HSL | 177.74º | 0.77% | 0.34% | - |
| HSV(B) | 177.74º | 0.87% | 0.6% | - |
| XYZ | 17.03 | 25.07 | 31.96 | - |
| YUV | 112.66 | 147.94 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 148 | 0.87 | 0 | 0.03 | 0.4 | 177.74 | 0.77 | 0.34 |
| Hex | 14 | 99 | 94 | 57 | 0 | 3 | 28 | B2 | 4D | 22 |
| Octal | 24 | 231 | 224 | 127 | 0 | 3 | 50 | 262 | 115 | 42 |
| Binary | 10100 | 10011001 | 10010100 | 1010111 | 0 | 11 | 101000 | 10110010 | 1001101 | 100010 |
Color Harmonies of #149994
Complementary color
Monochromatic Colors of #149994
Black with #149994
Text Example
Text Example
White with #149994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149994; }
p { color: rgb(20,153,148); }
H1.HeaderClassName
{
color: #149994;
}
.AnyTagClassName
{
color: #149994;
}
</style>
background-color css
<style>
a { background-color: #149994; }
a { background-color: rgb(20,153,148); }
div.DivClassName
{
background-color: #149994;
}
.BgClassName
{
background-color: #149994;
}
</style>
border-color css
<style>
span { border-color: #149994; }
span { border-color: rgb(20,153,148); }
td.TdClassName
{
border-color: #149994;
}
.TagClassName
{
border-color: #149994;
}
</style>