Shades of Java #16948B
Tints of Java #16948B
RGB
CMYK
RGB Variations
Color information
#16948B (or 0x16948B) is known color: Java. HEX triplet: 16, 94 and 8B. RGB value is (22,148,139). Sum of RGB (Red+Green+Blue) = 22+148+139=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #16948B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16948B is #E96B74. Grayscale: #6D6D6D. Windows color (decimal): -15297397 or 9147414. OLE color: 9147414.
HSL color Cylindrical-coordinate representation of color #16948B: hue angle of 175.71º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16948B is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 148 | 139 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.42 |
| HSL | 175.71º | 0.74% | 0.33% | - |
| HSV(B) | 175.71º | 0.85% | 0.58% | - |
| XYZ | 15.58 | 23.21 | 28.09 | - |
| YUV | 109.3 | 144.76 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 148 | 139 | 0.85 | 0 | 0.06 | 0.42 | 175.71 | 0.74 | 0.33 |
| Hex | 16 | 94 | 8B | 55 | 0 | 6 | 2A | B0 | 4A | 21 |
| Octal | 26 | 224 | 213 | 125 | 0 | 6 | 52 | 260 | 112 | 41 |
| Binary | 10110 | 10010100 | 10001011 | 1010101 | 0 | 110 | 101010 | 10110000 | 1001010 | 100001 |
Color Harmonies of #16948B
Complementary color
Monochromatic Colors of #16948B
Black with #16948B
Text Example
Text Example
White with #16948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16948B; }
p { color: rgb(22,148,139); }
H1.HeaderClassName
{
color: #16948B;
}
.AnyTagClassName
{
color: #16948B;
}
</style>
background-color css
<style>
a { background-color: #16948B; }
a { background-color: rgb(22,148,139); }
div.DivClassName
{
background-color: #16948B;
}
.BgClassName
{
background-color: #16948B;
}
</style>
border-color css
<style>
span { border-color: #16948B; }
span { border-color: rgb(22,148,139); }
td.TdClassName
{
border-color: #16948B;
}
.TagClassName
{
border-color: #16948B;
}
</style>