Shades of Java #159792
Tints of Java #159792
RGB
CMYK
RGB Variations
Color information
#159792 (or 0x159792) is known color: Java. HEX triplet: 15, 97 and 92. RGB value is (21,151,146). Sum of RGB (Red+Green+Blue) = 21+151+146=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #159792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159792 is #EA686D. Grayscale: #6F6F6F. Windows color (decimal): -15362158 or 9606933. OLE color: 9606933.
HSL color Cylindrical-coordinate representation of color #159792: hue angle of 177.69º degrees, saturation: 0.76, 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 #159792 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 151 | 146 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.41 |
| HSL | 177.69º | 0.76% | 0.34% | - |
| HSV(B) | 177.69º | 0.86% | 0.59% | - |
| XYZ | 16.56 | 24.37 | 31.02 | - |
| YUV | 111.56 | 147.43 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 151 | 146 | 0.86 | 0 | 0.03 | 0.41 | 177.69 | 0.76 | 0.34 |
| Hex | 15 | 97 | 92 | 56 | 0 | 3 | 29 | B2 | 4C | 22 |
| Octal | 25 | 227 | 222 | 126 | 0 | 3 | 51 | 262 | 114 | 42 |
| Binary | 10101 | 10010111 | 10010010 | 1010110 | 0 | 11 | 101001 | 10110010 | 1001100 | 100010 |
Color Harmonies of #159792
Complementary color
Monochromatic Colors of #159792
Black with #159792
Text Example
Text Example
White with #159792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159792; }
p { color: rgb(21,151,146); }
H1.HeaderClassName
{
color: #159792;
}
.AnyTagClassName
{
color: #159792;
}
</style>
background-color css
<style>
a { background-color: #159792; }
a { background-color: rgb(21,151,146); }
div.DivClassName
{
background-color: #159792;
}
.BgClassName
{
background-color: #159792;
}
</style>
border-color css
<style>
span { border-color: #159792; }
span { border-color: rgb(21,151,146); }
td.TdClassName
{
border-color: #159792;
}
.TagClassName
{
border-color: #159792;
}
</style>