Shades of Java #16979C
Tints of Java #16979C
RGB
CMYK
RGB Variations
Color information
#16979C (or 0x16979C) is known color: Java. HEX triplet: 16, 97 and 9C. RGB value is (22,151,156). Sum of RGB (Red+Green+Blue) = 22+151+156=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #16979C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16979C is #E96863. Grayscale: #707070. Windows color (decimal): -15296612 or 10262294. OLE color: 10262294.
HSL color Cylindrical-coordinate representation of color #16979C: hue angle of 182.24º 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 #16979C is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 151 | 156 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.39 |
| HSL | 182.24º | 0.75% | 0.35% | - |
| HSV(B) | 182.24º | 0.86% | 0.61% | - |
| XYZ | 17.4 | 24.7 | 35.3 | - |
| YUV | 113 | 152.26 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 156 | 0.86 | 0.03 | 0 | 0.39 | 182.24 | 0.75 | 0.35 |
| Hex | 16 | 97 | 9C | 56 | 3 | 0 | 27 | B6 | 4B | 23 |
| Octal | 26 | 227 | 234 | 126 | 3 | 0 | 47 | 266 | 113 | 43 |
| Binary | 10110 | 10010111 | 10011100 | 1010110 | 11 | 0 | 100111 | 10110110 | 1001011 | 100011 |
Color Harmonies of #16979C
Complementary color
Monochromatic Colors of #16979C
Black with #16979C
Text Example
Text Example
White with #16979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16979C; }
p { color: rgb(22,151,156); }
H1.HeaderClassName
{
color: #16979C;
}
.AnyTagClassName
{
color: #16979C;
}
</style>
background-color css
<style>
a { background-color: #16979C; }
a { background-color: rgb(22,151,156); }
div.DivClassName
{
background-color: #16979C;
}
.BgClassName
{
background-color: #16979C;
}
</style>
border-color css
<style>
span { border-color: #16979C; }
span { border-color: rgb(22,151,156); }
td.TdClassName
{
border-color: #16979C;
}
.TagClassName
{
border-color: #16979C;
}
</style>