Shades of Java #16938E
Tints of Java #16938E
RGB
CMYK
RGB Variations
Color information
#16938E (or 0x16938E) is known color: Java. HEX triplet: 16, 93 and 8E. RGB value is (22,147,142). Sum of RGB (Red+Green+Blue) = 22+147+142=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #16938E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16938E is #E96C71. Grayscale: #6C6C6C. Windows color (decimal): -15297650 or 9343766. OLE color: 9343766.
HSL color Cylindrical-coordinate representation of color #16938E: hue angle of 177.6º 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 #16938E is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 147 | 142 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.42 |
| HSL | 177.6º | 0.74% | 0.33% | - |
| HSV(B) | 177.6º | 0.85% | 0.58% | - |
| XYZ | 15.65 | 22.99 | 29.2 | - |
| YUV | 109.06 | 146.59 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 147 | 142 | 0.85 | 0 | 0.03 | 0.42 | 177.6 | 0.74 | 0.33 |
| Hex | 16 | 93 | 8E | 55 | 0 | 3 | 2A | B2 | 4A | 21 |
| Octal | 26 | 223 | 216 | 125 | 0 | 3 | 52 | 262 | 112 | 41 |
| Binary | 10110 | 10010011 | 10001110 | 1010101 | 0 | 11 | 101010 | 10110010 | 1001010 | 100001 |
Color Harmonies of #16938E
Complementary color
Monochromatic Colors of #16938E
Black with #16938E
Text Example
Text Example
White with #16938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16938E; }
p { color: rgb(22,147,142); }
H1.HeaderClassName
{
color: #16938E;
}
.AnyTagClassName
{
color: #16938E;
}
</style>
background-color css
<style>
a { background-color: #16938E; }
a { background-color: rgb(22,147,142); }
div.DivClassName
{
background-color: #16938E;
}
.BgClassName
{
background-color: #16938E;
}
</style>
border-color css
<style>
span { border-color: #16938E; }
span { border-color: rgb(22,147,142); }
td.TdClassName
{
border-color: #16938E;
}
.TagClassName
{
border-color: #16938E;
}
</style>