Shades of Java #16969C
Tints of Java #16969C
RGB
CMYK
RGB Variations
Color information
#16969C (or 0x16969C) is known color: Java. HEX triplet: 16, 96 and 9C. RGB value is (22,150,156). Sum of RGB (Red+Green+Blue) = 22+150+156=328 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.71% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #16969C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16969C is #E96963. Grayscale: #707070. Windows color (decimal): -15296868 or 10262038. OLE color: 10262038.
HSL color Cylindrical-coordinate representation of color #16969C: hue angle of 182.69º 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 #16969C is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 150 | 156 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.39 |
| HSL | 182.69º | 0.75% | 0.35% | - |
| HSV(B) | 182.69º | 0.86% | 0.61% | - |
| XYZ | 17.24 | 24.38 | 35.25 | - |
| YUV | 112.41 | 152.59 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 156 | 0.86 | 0.04 | 0 | 0.39 | 182.69 | 0.75 | 0.35 |
| Hex | 16 | 96 | 9C | 56 | 4 | 0 | 27 | B7 | 4B | 23 |
| Octal | 26 | 226 | 234 | 126 | 4 | 0 | 47 | 267 | 113 | 43 |
| Binary | 10110 | 10010110 | 10011100 | 1010110 | 100 | 0 | 100111 | 10110111 | 1001011 | 100011 |
Color Harmonies of #16969C
Complementary color
Monochromatic Colors of #16969C
Black with #16969C
Text Example
Text Example
White with #16969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16969C; }
p { color: rgb(22,150,156); }
H1.HeaderClassName
{
color: #16969C;
}
.AnyTagClassName
{
color: #16969C;
}
</style>
background-color css
<style>
a { background-color: #16969C; }
a { background-color: rgb(22,150,156); }
div.DivClassName
{
background-color: #16969C;
}
.BgClassName
{
background-color: #16969C;
}
</style>
border-color css
<style>
span { border-color: #16969C; }
span { border-color: rgb(22,150,156); }
td.TdClassName
{
border-color: #16969C;
}
.TagClassName
{
border-color: #16969C;
}
</style>