Shades of Java #16969B
Tints of Java #16969B
RGB
CMYK
RGB Variations
Color information
#16969B (or 0x16969B) is known color: Java. HEX triplet: 16, 96 and 9B. RGB value is (22,150,155). Sum of RGB (Red+Green+Blue) = 22+150+155=327 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.73% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #16969B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16969B is #E96964. Grayscale: #707070. Windows color (decimal): -15296869 or 10196502. OLE color: 10196502.
HSL color Cylindrical-coordinate representation of color #16969B: hue angle of 182.26º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16969B is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 150 | 155 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.39 |
| HSL | 182.26º | 0.75% | 0.35% | - |
| HSV(B) | 182.26º | 0.86% | 0.61% | - |
| XYZ | 17.15 | 24.35 | 34.81 | - |
| YUV | 112.3 | 152.09 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 155 | 0.86 | 0.03 | 0 | 0.39 | 182.26 | 0.75 | 0.35 |
| Hex | 16 | 96 | 9B | 56 | 3 | 0 | 27 | B6 | 4B | 23 |
| Octal | 26 | 226 | 233 | 126 | 3 | 0 | 47 | 266 | 113 | 43 |
| Binary | 10110 | 10010110 | 10011011 | 1010110 | 11 | 0 | 100111 | 10110110 | 1001011 | 100011 |
Color Harmonies of #16969B
Complementary color
Monochromatic Colors of #16969B
Black with #16969B
Text Example
Text Example
White with #16969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16969B; }
p { color: rgb(22,150,155); }
H1.HeaderClassName
{
color: #16969B;
}
.AnyTagClassName
{
color: #16969B;
}
</style>
background-color css
<style>
a { background-color: #16969B; }
a { background-color: rgb(22,150,155); }
div.DivClassName
{
background-color: #16969B;
}
.BgClassName
{
background-color: #16969B;
}
</style>
border-color css
<style>
span { border-color: #16969B; }
span { border-color: rgb(22,150,155); }
td.TdClassName
{
border-color: #16969B;
}
.TagClassName
{
border-color: #16969B;
}
</style>