Shades of Java #16959A
Tints of Java #16959A
RGB
CMYK
RGB Variations
Color information
#16959A (or 0x16959A) is known color: Java. HEX triplet: 16, 95 and 9A. RGB value is (22,149,154). Sum of RGB (Red+Green+Blue) = 22+149+154=325 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.77% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #16959A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16959A is #E96A65. Grayscale: #6F6F6F. Windows color (decimal): -15297126 or 10130710. OLE color: 10130710.
HSL color Cylindrical-coordinate representation of color #16959A: hue angle of 182.27º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16959A is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 149 | 154 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.40 |
| HSL | 182.27º | 0.75% | 0.35% | - |
| HSV(B) | 182.27º | 0.86% | 0.6% | - |
| XYZ | 16.91 | 24 | 34.31 | - |
| YUV | 111.6 | 151.92 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 154 | 0.86 | 0.03 | 0 | 0.40 | 182.27 | 0.75 | 0.35 |
| Hex | 16 | 95 | 9A | 56 | 3 | 0 | 28 | B6 | 4B | 23 |
| Octal | 26 | 225 | 232 | 126 | 3 | 0 | 50 | 266 | 113 | 43 |
| Binary | 10110 | 10010101 | 10011010 | 1010110 | 11 | 0 | 101000 | 10110110 | 1001011 | 100011 |
Color Harmonies of #16959A
Complementary color
Monochromatic Colors of #16959A
Black with #16959A
Text Example
Text Example
White with #16959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16959A; }
p { color: rgb(22,149,154); }
H1.HeaderClassName
{
color: #16959A;
}
.AnyTagClassName
{
color: #16959A;
}
</style>
background-color css
<style>
a { background-color: #16959A; }
a { background-color: rgb(22,149,154); }
div.DivClassName
{
background-color: #16959A;
}
.BgClassName
{
background-color: #16959A;
}
</style>
border-color css
<style>
span { border-color: #16959A; }
span { border-color: rgb(22,149,154); }
td.TdClassName
{
border-color: #16959A;
}
.TagClassName
{
border-color: #16959A;
}
</style>