Shades of Java #16A393
Tints of Java #16A393
RGB
CMYK
RGB Variations
Color information
#16A393 (or 0x16A393) is known color: Java. HEX triplet: 16, A3 and 93. RGB value is (22,163,147). Sum of RGB (Red+Green+Blue) = 22+163+147=332 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.63% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 163 - color contains mainly: green. Hex color #16A393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A393 is #E95C6C. Grayscale: #767676. Windows color (decimal): -15293549 or 9675542. OLE color: 9675542.
HSL color Cylindrical-coordinate representation of color #16A393: hue angle of 173.19º 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 #16A393 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 163 | 147 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.36 |
| HSL | 173.19º | 0.76% | 0.36% | - |
| HSV(B) | 173.19º | 0.87% | 0.64% | - |
| XYZ | 18.69 | 28.47 | 32.11 | - |
| YUV | 119.02 | 143.79 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 163 | 147 | 0.87 | 0 | 0.10 | 0.36 | 173.19 | 0.76 | 0.36 |
| Hex | 16 | A3 | 93 | 57 | 0 | A | 24 | AD | 4C | 24 |
| Octal | 26 | 243 | 223 | 127 | 0 | 12 | 44 | 255 | 114 | 44 |
| Binary | 10110 | 10100011 | 10010011 | 1010111 | 0 | 1010 | 100100 | 10101101 | 1001100 | 100100 |
Color Harmonies of #16A393
Complementary color
Monochromatic Colors of #16A393
Black with #16A393
Text Example
Text Example
White with #16A393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A393; }
p { color: rgb(22,163,147); }
H1.HeaderClassName
{
color: #16A393;
}
.AnyTagClassName
{
color: #16A393;
}
</style>
background-color css
<style>
a { background-color: #16A393; }
a { background-color: rgb(22,163,147); }
div.DivClassName
{
background-color: #16A393;
}
.BgClassName
{
background-color: #16A393;
}
</style>
border-color css
<style>
span { border-color: #16A393; }
span { border-color: rgb(22,163,147); }
td.TdClassName
{
border-color: #16A393;
}
.TagClassName
{
border-color: #16A393;
}
</style>