Shades of Java #159688
Tints of Java #159688
RGB
CMYK
RGB Variations
Color information
#159688 (or 0x159688) is known color: Java. HEX triplet: 15, 96 and 88. RGB value is (21,150,136). Sum of RGB (Red+Green+Blue) = 21+150+136=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #159688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159688 is #EA6977. Grayscale: #6D6D6D. Windows color (decimal): -15362424 or 8951317. OLE color: 8951317.
HSL color Cylindrical-coordinate representation of color #159688: hue angle of 173.49º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159688 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 150 | 136 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.41 |
| HSL | 173.49º | 0.75% | 0.34% | - |
| HSV(B) | 173.49º | 0.86% | 0.59% | - |
| XYZ | 15.66 | 23.75 | 27.05 | - |
| YUV | 109.83 | 142.76 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 150 | 136 | 0.86 | 0 | 0.09 | 0.41 | 173.49 | 0.75 | 0.34 |
| Hex | 15 | 96 | 88 | 56 | 0 | 9 | 29 | AD | 4B | 22 |
| Octal | 25 | 226 | 210 | 126 | 0 | 11 | 51 | 255 | 113 | 42 |
| Binary | 10101 | 10010110 | 10001000 | 1010110 | 0 | 1001 | 101001 | 10101101 | 1001011 | 100010 |
Color Harmonies of #159688
Complementary color
Monochromatic Colors of #159688
Black with #159688
Text Example
Text Example
White with #159688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159688; }
p { color: rgb(21,150,136); }
H1.HeaderClassName
{
color: #159688;
}
.AnyTagClassName
{
color: #159688;
}
</style>
background-color css
<style>
a { background-color: #159688; }
a { background-color: rgb(21,150,136); }
div.DivClassName
{
background-color: #159688;
}
.BgClassName
{
background-color: #159688;
}
</style>
border-color css
<style>
span { border-color: #159688; }
span { border-color: rgb(21,150,136); }
td.TdClassName
{
border-color: #159688;
}
.TagClassName
{
border-color: #159688;
}
</style>