Shades of Java #16A397
Tints of Java #16A397
RGB
CMYK
RGB Variations
Color information
#16A397 (or 0x16A397) is known color: Java. HEX triplet: 16, A3 and 97. RGB value is (22,163,151). Sum of RGB (Red+Green+Blue) = 22+163+151=336 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.55% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #16A397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A397 is #E95C68. Grayscale: #777777. Windows color (decimal): -15293545 or 9937686. OLE color: 9937686.
HSL color Cylindrical-coordinate representation of color #16A397: hue angle of 174.89º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A397 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 163 | 151 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.36 |
| HSL | 174.89º | 0.76% | 0.36% | - |
| HSV(B) | 174.89º | 0.87% | 0.64% | - |
| XYZ | 19.01 | 28.6 | 33.8 | - |
| YUV | 119.47 | 145.79 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 163 | 151 | 0.87 | 0 | 0.07 | 0.36 | 174.89 | 0.76 | 0.36 |
| Hex | 16 | A3 | 97 | 57 | 0 | 7 | 24 | AF | 4C | 24 |
| Octal | 26 | 243 | 227 | 127 | 0 | 7 | 44 | 257 | 114 | 44 |
| Binary | 10110 | 10100011 | 10010111 | 1010111 | 0 | 111 | 100100 | 10101111 | 1001100 | 100100 |
Color Harmonies of #16A397
Complementary color
Monochromatic Colors of #16A397
Black with #16A397
Text Example
Text Example
White with #16A397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A397; }
p { color: rgb(22,163,151); }
H1.HeaderClassName
{
color: #16A397;
}
.AnyTagClassName
{
color: #16A397;
}
</style>
background-color css
<style>
a { background-color: #16A397; }
a { background-color: rgb(22,163,151); }
div.DivClassName
{
background-color: #16A397;
}
.BgClassName
{
background-color: #16A397;
}
</style>
border-color css
<style>
span { border-color: #16A397; }
span { border-color: rgb(22,163,151); }
td.TdClassName
{
border-color: #16A397;
}
.TagClassName
{
border-color: #16A397;
}
</style>