Shades of Java #16998B
Tints of Java #16998B
RGB
CMYK
RGB Variations
Color information
#16998B (or 0x16998B) is known color: Java. HEX triplet: 16, 99 and 8B. RGB value is (22,153,139). Sum of RGB (Red+Green+Blue) = 22+153+139=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #16998B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16998B is #E96674. Grayscale: #707070. Windows color (decimal): -15296117 or 9148694. OLE color: 9148694.
HSL color Cylindrical-coordinate representation of color #16998B: hue angle of 173.59º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16998B is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 153 | 139 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.4 |
| HSL | 173.59º | 0.75% | 0.34% | - |
| HSV(B) | 173.59º | 0.86% | 0.6% | - |
| XYZ | 16.38 | 24.82 | 28.35 | - |
| YUV | 112.24 | 143.1 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 153 | 139 | 0.86 | 0 | 0.09 | 0.4 | 173.59 | 0.75 | 0.34 |
| Hex | 16 | 99 | 8B | 56 | 0 | 9 | 28 | AE | 4B | 22 |
| Octal | 26 | 231 | 213 | 126 | 0 | 11 | 50 | 256 | 113 | 42 |
| Binary | 10110 | 10011001 | 10001011 | 1010110 | 0 | 1001 | 101000 | 10101110 | 1001011 | 100010 |
Color Harmonies of #16998B
Complementary color
Monochromatic Colors of #16998B
Black with #16998B
Text Example
Text Example
White with #16998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16998B; }
p { color: rgb(22,153,139); }
H1.HeaderClassName
{
color: #16998B;
}
.AnyTagClassName
{
color: #16998B;
}
</style>
background-color css
<style>
a { background-color: #16998B; }
a { background-color: rgb(22,153,139); }
div.DivClassName
{
background-color: #16998B;
}
.BgClassName
{
background-color: #16998B;
}
</style>
border-color css
<style>
span { border-color: #16998B; }
span { border-color: rgb(22,153,139); }
td.TdClassName
{
border-color: #16998B;
}
.TagClassName
{
border-color: #16998B;
}
</style>