Shades of Java #159090
Tints of Java #159090
RGB
CMYK
RGB Variations
Color information
#159090 (or 0x159090) is known color: Java. HEX triplet: 15, 90 and 90. RGB value is (21,144,144). Sum of RGB (Red+Green+Blue) = 21+144+144=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #159090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159090 is #EA6F6F. Grayscale: #6B6B6B. Windows color (decimal): -15363952 or 9474069. OLE color: 9474069.
HSL color Cylindrical-coordinate representation of color #159090: hue angle of 180º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #159090 is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 144 | 144 | - |
| CMYK | 0.85 | 0 | 0 | 0.44 |
| HSL | 180º | 0.75% | 0.32% | - |
| HSV(B) | 180º | 0.85% | 0.56% | - |
| XYZ | 15.32 | 22.12 | 29.85 | - |
| YUV | 107.22 | 148.75 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 144 | 0.85 | 0 | 0 | 0.44 | 180 | 0.75 | 0.32 |
| Hex | 15 | 90 | 90 | 55 | 0 | 0 | 2C | B4 | 4B | 20 |
| Octal | 25 | 220 | 220 | 125 | 0 | 0 | 54 | 264 | 113 | 40 |
| Binary | 10101 | 10010000 | 10010000 | 1010101 | 0 | 0 | 101100 | 10110100 | 1001011 | 100000 |
Color Harmonies of #159090
Complementary color
Monochromatic Colors of #159090
Black with #159090
Text Example
Text Example
White with #159090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159090; }
p { color: rgb(21,144,144); }
H1.HeaderClassName
{
color: #159090;
}
.AnyTagClassName
{
color: #159090;
}
</style>
background-color css
<style>
a { background-color: #159090; }
a { background-color: rgb(21,144,144); }
div.DivClassName
{
background-color: #159090;
}
.BgClassName
{
background-color: #159090;
}
</style>
border-color css
<style>
span { border-color: #159090; }
span { border-color: rgb(21,144,144); }
td.TdClassName
{
border-color: #159090;
}
.TagClassName
{
border-color: #159090;
}
</style>