Shades of Java #16989B
Tints of Java #16989B
RGB
CMYK
RGB Variations
Color information
#16989B (or 0x16989B) is known color: Java. HEX triplet: 16, 98 and 9B. RGB value is (22,152,155). Sum of RGB (Red+Green+Blue) = 22+152+155=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #16989B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16989B is #E96764. Grayscale: #717171. Windows color (decimal): -15296357 or 10197014. OLE color: 10197014.
HSL color Cylindrical-coordinate representation of color #16989B: hue angle of 181.35º 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 #16989B is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 152 | 155 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.39 |
| HSL | 181.35º | 0.75% | 0.35% | - |
| HSV(B) | 181.35º | 0.86% | 0.61% | - |
| XYZ | 17.48 | 24.99 | 34.91 | - |
| YUV | 113.47 | 151.43 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 155 | 0.86 | 0.02 | 0 | 0.39 | 181.35 | 0.75 | 0.35 |
| Hex | 16 | 98 | 9B | 56 | 2 | 0 | 27 | B5 | 4B | 23 |
| Octal | 26 | 230 | 233 | 126 | 2 | 0 | 47 | 265 | 113 | 43 |
| Binary | 10110 | 10011000 | 10011011 | 1010110 | 10 | 0 | 100111 | 10110101 | 1001011 | 100011 |
Color Harmonies of #16989B
Complementary color
Monochromatic Colors of #16989B
Black with #16989B
Text Example
Text Example
White with #16989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16989B; }
p { color: rgb(22,152,155); }
H1.HeaderClassName
{
color: #16989B;
}
.AnyTagClassName
{
color: #16989B;
}
</style>
background-color css
<style>
a { background-color: #16989B; }
a { background-color: rgb(22,152,155); }
div.DivClassName
{
background-color: #16989B;
}
.BgClassName
{
background-color: #16989B;
}
</style>
border-color css
<style>
span { border-color: #16989B; }
span { border-color: rgb(22,152,155); }
td.TdClassName
{
border-color: #16989B;
}
.TagClassName
{
border-color: #16989B;
}
</style>