Shades of Java #16989C
Tints of Java #16989C
RGB
CMYK
RGB Variations
Color information
#16989C (or 0x16989C) is known color: Java. HEX triplet: 16, 98 and 9C. RGB value is (22,152,156). Sum of RGB (Red+Green+Blue) = 22+152+156=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #16989C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16989C is #E96763. Grayscale: #717171. Windows color (decimal): -15296356 or 10262550. OLE color: 10262550.
HSL color Cylindrical-coordinate representation of color #16989C: hue angle of 181.79º 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 #16989C is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 152 | 156 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.39 |
| HSL | 181.79º | 0.75% | 0.35% | - |
| HSV(B) | 181.79º | 0.86% | 0.61% | - |
| XYZ | 17.56 | 25.03 | 35.36 | - |
| YUV | 113.59 | 151.93 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 156 | 0.86 | 0.03 | 0 | 0.39 | 181.79 | 0.75 | 0.35 |
| Hex | 16 | 98 | 9C | 56 | 3 | 0 | 27 | B6 | 4B | 23 |
| Octal | 26 | 230 | 234 | 126 | 3 | 0 | 47 | 266 | 113 | 43 |
| Binary | 10110 | 10011000 | 10011100 | 1010110 | 11 | 0 | 100111 | 10110110 | 1001011 | 100011 |
Color Harmonies of #16989C
Complementary color
Monochromatic Colors of #16989C
Black with #16989C
Text Example
Text Example
White with #16989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16989C; }
p { color: rgb(22,152,156); }
H1.HeaderClassName
{
color: #16989C;
}
.AnyTagClassName
{
color: #16989C;
}
</style>
background-color css
<style>
a { background-color: #16989C; }
a { background-color: rgb(22,152,156); }
div.DivClassName
{
background-color: #16989C;
}
.BgClassName
{
background-color: #16989C;
}
</style>
border-color css
<style>
span { border-color: #16989C; }
span { border-color: rgb(22,152,156); }
td.TdClassName
{
border-color: #16989C;
}
.TagClassName
{
border-color: #16989C;
}
</style>