Shades of Java #16948E
Tints of Java #16948E
RGB
CMYK
RGB Variations
Color information
#16948E (or 0x16948E) is known color: Java. HEX triplet: 16, 94 and 8E. RGB value is (22,148,142). Sum of RGB (Red+Green+Blue) = 22+148+142=312 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.05% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #16948E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16948E is #E96B71. Grayscale: #6D6D6D. Windows color (decimal): -15297394 or 9344022. OLE color: 9344022.
HSL color Cylindrical-coordinate representation of color #16948E: hue angle of 177.14º 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 #16948E is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 148 | 142 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.42 |
| HSL | 177.14º | 0.74% | 0.33% | - |
| HSV(B) | 177.14º | 0.85% | 0.58% | - |
| XYZ | 15.8 | 23.3 | 29.26 | - |
| YUV | 109.64 | 146.26 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 148 | 142 | 0.85 | 0 | 0.04 | 0.42 | 177.14 | 0.74 | 0.33 |
| Hex | 16 | 94 | 8E | 55 | 0 | 4 | 2A | B1 | 4A | 21 |
| Octal | 26 | 224 | 216 | 125 | 0 | 4 | 52 | 261 | 112 | 41 |
| Binary | 10110 | 10010100 | 10001110 | 1010101 | 0 | 100 | 101010 | 10110001 | 1001010 | 100001 |
Color Harmonies of #16948E
Complementary color
Monochromatic Colors of #16948E
Black with #16948E
Text Example
Text Example
White with #16948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16948E; }
p { color: rgb(22,148,142); }
H1.HeaderClassName
{
color: #16948E;
}
.AnyTagClassName
{
color: #16948E;
}
</style>
background-color css
<style>
a { background-color: #16948E; }
a { background-color: rgb(22,148,142); }
div.DivClassName
{
background-color: #16948E;
}
.BgClassName
{
background-color: #16948E;
}
</style>
border-color css
<style>
span { border-color: #16948E; }
span { border-color: rgb(22,148,142); }
td.TdClassName
{
border-color: #16948E;
}
.TagClassName
{
border-color: #16948E;
}
</style>