Shades of Java #16979B
Tints of Java #16979B
RGB
CMYK
RGB Variations
Color information
#16979B (or 0x16979B) is known color: Java. HEX triplet: 16, 97 and 9B. RGB value is (22,151,155). Sum of RGB (Red+Green+Blue) = 22+151+155=328 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.71% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #16979B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16979B is #E96864. Grayscale: #707070. Windows color (decimal): -15296613 or 10196758. OLE color: 10196758.
HSL color Cylindrical-coordinate representation of color #16979B: hue angle of 181.8º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16979B is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 151 | 155 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.39 |
| HSL | 181.8º | 0.75% | 0.35% | - |
| HSV(B) | 181.8º | 0.86% | 0.61% | - |
| XYZ | 17.31 | 24.67 | 34.86 | - |
| YUV | 112.89 | 151.76 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 155 | 0.86 | 0.03 | 0 | 0.39 | 181.8 | 0.75 | 0.35 |
| Hex | 16 | 97 | 9B | 56 | 3 | 0 | 27 | B6 | 4B | 23 |
| Octal | 26 | 227 | 233 | 126 | 3 | 0 | 47 | 266 | 113 | 43 |
| Binary | 10110 | 10010111 | 10011011 | 1010110 | 11 | 0 | 100111 | 10110110 | 1001011 | 100011 |
Color Harmonies of #16979B
Complementary color
Monochromatic Colors of #16979B
Black with #16979B
Text Example
Text Example
White with #16979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16979B; }
p { color: rgb(22,151,155); }
H1.HeaderClassName
{
color: #16979B;
}
.AnyTagClassName
{
color: #16979B;
}
</style>
background-color css
<style>
a { background-color: #16979B; }
a { background-color: rgb(22,151,155); }
div.DivClassName
{
background-color: #16979B;
}
.BgClassName
{
background-color: #16979B;
}
</style>
border-color css
<style>
span { border-color: #16979B; }
span { border-color: rgb(22,151,155); }
td.TdClassName
{
border-color: #16979B;
}
.TagClassName
{
border-color: #16979B;
}
</style>