Shades of Java #159B9F
Tints of Java #159B9F
RGB
CMYK
RGB Variations
Color information
#159B9F (or 0x159B9F) is known color: Java. HEX triplet: 15, 9B and 9F. RGB value is (21,155,159). Sum of RGB (Red+Green+Blue) = 21+155+159=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #159B9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159B9F is #EA6460. Grayscale: #737373. Windows color (decimal): -15361121 or 10459925. OLE color: 10459925.
HSL color Cylindrical-coordinate representation of color #159B9F: hue angle of 181.74º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159B9F is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 155 | 159 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.38 |
| HSL | 181.74º | 0.77% | 0.35% | - |
| HSV(B) | 181.74º | 0.87% | 0.62% | - |
| XYZ | 18.29 | 26.11 | 36.88 | - |
| YUV | 115.39 | 152.61 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 159 | 0.87 | 0.03 | 0 | 0.38 | 181.74 | 0.77 | 0.35 |
| Hex | 15 | 9B | 9F | 57 | 3 | 0 | 26 | B6 | 4D | 23 |
| Octal | 25 | 233 | 237 | 127 | 3 | 0 | 46 | 266 | 115 | 43 |
| Binary | 10101 | 10011011 | 10011111 | 1010111 | 11 | 0 | 100110 | 10110110 | 1001101 | 100011 |
Color Harmonies of #159B9F
Complementary color
Monochromatic Colors of #159B9F
Black with #159B9F
Text Example
Text Example
White with #159B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159B9F; }
p { color: rgb(21,155,159); }
H1.HeaderClassName
{
color: #159B9F;
}
.AnyTagClassName
{
color: #159B9F;
}
</style>
background-color css
<style>
a { background-color: #159B9F; }
a { background-color: rgb(21,155,159); }
div.DivClassName
{
background-color: #159B9F;
}
.BgClassName
{
background-color: #159B9F;
}
</style>
border-color css
<style>
span { border-color: #159B9F; }
span { border-color: rgb(21,155,159); }
td.TdClassName
{
border-color: #159B9F;
}
.TagClassName
{
border-color: #159B9F;
}
</style>