Shades of Java #16979F
Tints of Java #16979F
RGB
CMYK
RGB Variations
Color information
#16979F (or 0x16979F) is known color: Java. HEX triplet: 16, 97 and 9F. RGB value is (22,151,159). Sum of RGB (Red+Green+Blue) = 22+151+159=332 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.63% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #16979F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16979F is #E96860. Grayscale: #717171. Windows color (decimal): -15296609 or 10458902. OLE color: 10458902.
HSL color Cylindrical-coordinate representation of color #16979F: hue angle of 183.5º degrees, saturation: 0.76, 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 #16979F is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 151 | 159 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.38 |
| HSL | 183.5º | 0.76% | 0.35% | - |
| HSV(B) | 183.5º | 0.86% | 0.62% | - |
| XYZ | 17.66 | 24.81 | 36.66 | - |
| YUV | 113.34 | 153.76 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 159 | 0.86 | 0.05 | 0 | 0.38 | 183.5 | 0.76 | 0.35 |
| Hex | 16 | 97 | 9F | 56 | 5 | 0 | 26 | B8 | 4C | 23 |
| Octal | 26 | 227 | 237 | 126 | 5 | 0 | 46 | 270 | 114 | 43 |
| Binary | 10110 | 10010111 | 10011111 | 1010110 | 101 | 0 | 100110 | 10111000 | 1001100 | 100011 |
Color Harmonies of #16979F
Complementary color
Monochromatic Colors of #16979F
Black with #16979F
Text Example
Text Example
White with #16979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16979F; }
p { color: rgb(22,151,159); }
H1.HeaderClassName
{
color: #16979F;
}
.AnyTagClassName
{
color: #16979F;
}
</style>
background-color css
<style>
a { background-color: #16979F; }
a { background-color: rgb(22,151,159); }
div.DivClassName
{
background-color: #16979F;
}
.BgClassName
{
background-color: #16979F;
}
</style>
border-color css
<style>
span { border-color: #16979F; }
span { border-color: rgb(22,151,159); }
td.TdClassName
{
border-color: #16979F;
}
.TagClassName
{
border-color: #16979F;
}
</style>