Shades of Java #159389
Tints of Java #159389
RGB
CMYK
RGB Variations
Color information
#159389 (or 0x159389) is known color: Java. HEX triplet: 15, 93 and 89. RGB value is (21,147,137). Sum of RGB (Red+Green+Blue) = 21+147+137=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #159389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159389 is #EA6C76. Grayscale: #6C6C6C. Windows color (decimal): -15363191 or 9016085. OLE color: 9016085.
HSL color Cylindrical-coordinate representation of color #159389: hue angle of 175.24º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159389 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 147 | 137 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.42 |
| HSL | 175.24º | 0.75% | 0.33% | - |
| HSV(B) | 175.24º | 0.86% | 0.58% | - |
| XYZ | 15.26 | 22.83 | 27.27 | - |
| YUV | 108.19 | 144.26 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 147 | 137 | 0.86 | 0 | 0.07 | 0.42 | 175.24 | 0.75 | 0.33 |
| Hex | 15 | 93 | 89 | 56 | 0 | 7 | 2A | AF | 4B | 21 |
| Octal | 25 | 223 | 211 | 126 | 0 | 7 | 52 | 257 | 113 | 41 |
| Binary | 10101 | 10010011 | 10001001 | 1010110 | 0 | 111 | 101010 | 10101111 | 1001011 | 100001 |
Color Harmonies of #159389
Complementary color
Monochromatic Colors of #159389
Black with #159389
Text Example
Text Example
White with #159389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159389; }
p { color: rgb(21,147,137); }
H1.HeaderClassName
{
color: #159389;
}
.AnyTagClassName
{
color: #159389;
}
</style>
background-color css
<style>
a { background-color: #159389; }
a { background-color: rgb(21,147,137); }
div.DivClassName
{
background-color: #159389;
}
.BgClassName
{
background-color: #159389;
}
</style>
border-color css
<style>
span { border-color: #159389; }
span { border-color: rgb(21,147,137); }
td.TdClassName
{
border-color: #159389;
}
.TagClassName
{
border-color: #159389;
}
</style>