Shades of Java #149090
Tints of Java #149090
RGB
CMYK
RGB Variations
Color information
#149090 (or 0x149090) is known color: Java. HEX triplet: 14, 90 and 90. RGB value is (20,144,144). Sum of RGB (Red+Green+Blue) = 20+144+144=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #149090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149090 is #EB6F6F. Grayscale: #6A6A6A. Windows color (decimal): -15429488 or 9474068. OLE color: 9474068.
HSL color Cylindrical-coordinate representation of color #149090: hue angle of 180º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149090 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 144 | - |
| CMYK | 0.86 | 0 | 0 | 0.44 |
| HSL | 180º | 0.76% | 0.32% | - |
| HSV(B) | 180º | 0.86% | 0.56% | - |
| XYZ | 15.3 | 22.11 | 29.85 | - |
| YUV | 106.92 | 148.92 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 144 | 0.86 | 0 | 0 | 0.44 | 180 | 0.76 | 0.32 |
| Hex | 14 | 90 | 90 | 56 | 0 | 0 | 2C | B4 | 4C | 20 |
| Octal | 24 | 220 | 220 | 126 | 0 | 0 | 54 | 264 | 114 | 40 |
| Binary | 10100 | 10010000 | 10010000 | 1010110 | 0 | 0 | 101100 | 10110100 | 1001100 | 100000 |
Color Harmonies of #149090
Complementary color
Monochromatic Colors of #149090
Black with #149090
Text Example
Text Example
White with #149090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149090; }
p { color: rgb(20,144,144); }
H1.HeaderClassName
{
color: #149090;
}
.AnyTagClassName
{
color: #149090;
}
</style>
background-color css
<style>
a { background-color: #149090; }
a { background-color: rgb(20,144,144); }
div.DivClassName
{
background-color: #149090;
}
.BgClassName
{
background-color: #149090;
}
</style>
border-color css
<style>
span { border-color: #149090; }
span { border-color: rgb(20,144,144); }
td.TdClassName
{
border-color: #149090;
}
.TagClassName
{
border-color: #149090;
}
</style>