Shades of Java #109799
Tints of Java #109799
RGB
CMYK
RGB Variations
Color information
#109799 (or 0x109799) is known color: Java. HEX triplet: 10, 97 and 99. RGB value is (16,151,153). Sum of RGB (Red+Green+Blue) = 16+151+153=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #109799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109799 is #EF6866. Grayscale: #6E6E6E. Windows color (decimal): -15689831 or 10065680. OLE color: 10065680.
HSL color Cylindrical-coordinate representation of color #109799: hue angle of 180.88º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109799 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 151 | 153 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.4 |
| HSL | 180.88º | 0.81% | 0.33% | - |
| HSV(B) | 180.88º | 0.9% | 0.6% | - |
| XYZ | 17.03 | 24.54 | 33.98 | - |
| YUV | 110.86 | 151.77 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 153 | 0.90 | 0.01 | 0 | 0.4 | 180.88 | 0.81 | 0.33 |
| Hex | 10 | 97 | 99 | 5A | 1 | 0 | 28 | B5 | 51 | 21 |
| Octal | 20 | 227 | 231 | 132 | 1 | 0 | 50 | 265 | 121 | 41 |
| Binary | 10000 | 10010111 | 10011001 | 1011010 | 1 | 0 | 101000 | 10110101 | 1010001 | 100001 |
Color Harmonies of #109799
Complementary color
Monochromatic Colors of #109799
Black with #109799
Text Example
Text Example
White with #109799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109799; }
p { color: rgb(16,151,153); }
H1.HeaderClassName
{
color: #109799;
}
.AnyTagClassName
{
color: #109799;
}
</style>
background-color css
<style>
a { background-color: #109799; }
a { background-color: rgb(16,151,153); }
div.DivClassName
{
background-color: #109799;
}
.BgClassName
{
background-color: #109799;
}
</style>
border-color css
<style>
span { border-color: #109799; }
span { border-color: rgb(16,151,153); }
td.TdClassName
{
border-color: #109799;
}
.TagClassName
{
border-color: #109799;
}
</style>