Shades of Java #159391
Tints of Java #159391
RGB
CMYK
RGB Variations
Color information
#159391 (or 0x159391) is known color: Java. HEX triplet: 15, 93 and 91. RGB value is (21,147,145). Sum of RGB (Red+Green+Blue) = 21+147+145=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #159391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159391 is #EA6C6E. Grayscale: #6C6C6C. Windows color (decimal): -15363183 or 9540373. OLE color: 9540373.
HSL color Cylindrical-coordinate representation of color #159391: hue angle of 179.05º 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 #159391 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 147 | 145 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.42 |
| HSL | 179.05º | 0.75% | 0.33% | - |
| HSV(B) | 179.05º | 0.86% | 0.58% | - |
| XYZ | 15.85 | 23.07 | 30.41 | - |
| YUV | 109.1 | 148.26 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 147 | 145 | 0.86 | 0 | 0.01 | 0.42 | 179.05 | 0.75 | 0.33 |
| Hex | 15 | 93 | 91 | 56 | 0 | 1 | 2A | B3 | 4B | 21 |
| Octal | 25 | 223 | 221 | 126 | 0 | 1 | 52 | 263 | 113 | 41 |
| Binary | 10101 | 10010011 | 10010001 | 1010110 | 0 | 1 | 101010 | 10110011 | 1001011 | 100001 |
Color Harmonies of #159391
Complementary color
Monochromatic Colors of #159391
Black with #159391
Text Example
Text Example
White with #159391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159391; }
p { color: rgb(21,147,145); }
H1.HeaderClassName
{
color: #159391;
}
.AnyTagClassName
{
color: #159391;
}
</style>
background-color css
<style>
a { background-color: #159391; }
a { background-color: rgb(21,147,145); }
div.DivClassName
{
background-color: #159391;
}
.BgClassName
{
background-color: #159391;
}
</style>
border-color css
<style>
span { border-color: #159391; }
span { border-color: rgb(21,147,145); }
td.TdClassName
{
border-color: #159391;
}
.TagClassName
{
border-color: #159391;
}
</style>