Shades of Java #159693
Tints of Java #159693
RGB
CMYK
RGB Variations
Color information
#159693 (or 0x159693) is known color: Java. HEX triplet: 15, 96 and 93. RGB value is (21,150,147). Sum of RGB (Red+Green+Blue) = 21+150+147=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #159693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159693 is #EA696C. Grayscale: #6E6E6E. Windows color (decimal): -15362413 or 9672213. OLE color: 9672213.
HSL color Cylindrical-coordinate representation of color #159693: hue angle of 178.6º 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 #159693 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 150 | 147 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.41 |
| HSL | 178.6º | 0.75% | 0.34% | - |
| HSV(B) | 178.6º | 0.86% | 0.59% | - |
| XYZ | 16.48 | 24.08 | 31.38 | - |
| YUV | 111.09 | 148.26 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 150 | 147 | 0.86 | 0 | 0.02 | 0.41 | 178.6 | 0.75 | 0.34 |
| Hex | 15 | 96 | 93 | 56 | 0 | 2 | 29 | B3 | 4B | 22 |
| Octal | 25 | 226 | 223 | 126 | 0 | 2 | 51 | 263 | 113 | 42 |
| Binary | 10101 | 10010110 | 10010011 | 1010110 | 0 | 10 | 101001 | 10110011 | 1001011 | 100010 |
Color Harmonies of #159693
Complementary color
Monochromatic Colors of #159693
Black with #159693
Text Example
Text Example
White with #159693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159693; }
p { color: rgb(21,150,147); }
H1.HeaderClassName
{
color: #159693;
}
.AnyTagClassName
{
color: #159693;
}
</style>
background-color css
<style>
a { background-color: #159693; }
a { background-color: rgb(21,150,147); }
div.DivClassName
{
background-color: #159693;
}
.BgClassName
{
background-color: #159693;
}
</style>
border-color css
<style>
span { border-color: #159693; }
span { border-color: rgb(21,150,147); }
td.TdClassName
{
border-color: #159693;
}
.TagClassName
{
border-color: #159693;
}
</style>