Shades of Java #16928D
Tints of Java #16928D
RGB
CMYK
RGB Variations
Color information
#16928D (or 0x16928D) is known color: Java. HEX triplet: 16, 92 and 8D. RGB value is (22,146,141). Sum of RGB (Red+Green+Blue) = 22+146+141=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #16928D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16928D is #E96D72. Grayscale: #6C6C6C. Windows color (decimal): -15297907 or 9277974. OLE color: 9277974.
HSL color Cylindrical-coordinate representation of color #16928D: hue angle of 177.58º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16928D is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 146 | 141 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.43 |
| HSL | 177.58º | 0.74% | 0.33% | - |
| HSV(B) | 177.58º | 0.85% | 0.57% | - |
| XYZ | 15.42 | 22.65 | 28.76 | - |
| YUV | 108.35 | 146.42 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 146 | 141 | 0.85 | 0 | 0.03 | 0.43 | 177.58 | 0.74 | 0.33 |
| Hex | 16 | 92 | 8D | 55 | 0 | 3 | 2B | B2 | 4A | 21 |
| Octal | 26 | 222 | 215 | 125 | 0 | 3 | 53 | 262 | 112 | 41 |
| Binary | 10110 | 10010010 | 10001101 | 1010101 | 0 | 11 | 101011 | 10110010 | 1001010 | 100001 |
Color Harmonies of #16928D
Complementary color
Monochromatic Colors of #16928D
Black with #16928D
Text Example
Text Example
White with #16928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16928D; }
p { color: rgb(22,146,141); }
H1.HeaderClassName
{
color: #16928D;
}
.AnyTagClassName
{
color: #16928D;
}
</style>
background-color css
<style>
a { background-color: #16928D; }
a { background-color: rgb(22,146,141); }
div.DivClassName
{
background-color: #16928D;
}
.BgClassName
{
background-color: #16928D;
}
</style>
border-color css
<style>
span { border-color: #16928D; }
span { border-color: rgb(22,146,141); }
td.TdClassName
{
border-color: #16928D;
}
.TagClassName
{
border-color: #16928D;
}
</style>