Shades of Java #16979D
Tints of Java #16979D
RGB
CMYK
RGB Variations
Color information
#16979D (or 0x16979D) is known color: Java. HEX triplet: 16, 97 and 9D. RGB value is (22,151,157). Sum of RGB (Red+Green+Blue) = 22+151+157=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #16979D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16979D is #E96862. Grayscale: #707070. Windows color (decimal): -15296611 or 10327830. OLE color: 10327830.
HSL color Cylindrical-coordinate representation of color #16979D: hue angle of 182.67º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16979D is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 151 | 157 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.38 |
| HSL | 182.67º | 0.75% | 0.35% | - |
| HSV(B) | 182.67º | 0.86% | 0.62% | - |
| XYZ | 17.48 | 24.74 | 35.75 | - |
| YUV | 113.11 | 152.76 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 157 | 0.86 | 0.04 | 0 | 0.38 | 182.67 | 0.75 | 0.35 |
| Hex | 16 | 97 | 9D | 56 | 4 | 0 | 26 | B7 | 4B | 23 |
| Octal | 26 | 227 | 235 | 126 | 4 | 0 | 46 | 267 | 113 | 43 |
| Binary | 10110 | 10010111 | 10011101 | 1010110 | 100 | 0 | 100110 | 10110111 | 1001011 | 100011 |
Color Harmonies of #16979D
Complementary color
Monochromatic Colors of #16979D
Black with #16979D
Text Example
Text Example
White with #16979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16979D; }
p { color: rgb(22,151,157); }
H1.HeaderClassName
{
color: #16979D;
}
.AnyTagClassName
{
color: #16979D;
}
</style>
background-color css
<style>
a { background-color: #16979D; }
a { background-color: rgb(22,151,157); }
div.DivClassName
{
background-color: #16979D;
}
.BgClassName
{
background-color: #16979D;
}
</style>
border-color css
<style>
span { border-color: #16979D; }
span { border-color: rgb(22,151,157); }
td.TdClassName
{
border-color: #16979D;
}
.TagClassName
{
border-color: #16979D;
}
</style>