Shades of Java #109496
Tints of Java #109496
RGB
CMYK
RGB Variations
Color information
#109496 (or 0x109496) is known color: Java. HEX triplet: 10, 94 and 96. RGB value is (16,148,150). Sum of RGB (Red+Green+Blue) = 16+148+150=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #109496 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109496 is #EF6B69. Grayscale: #6C6C6C. Windows color (decimal): -15690602 or 9868304. OLE color: 9868304.
HSL color Cylindrical-coordinate representation of color #109496: hue angle of 180.9º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109496 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 148 | 150 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.41 |
| HSL | 180.9º | 0.81% | 0.33% | - |
| HSV(B) | 180.9º | 0.89% | 0.59% | - |
| XYZ | 16.31 | 23.49 | 32.53 | - |
| YUV | 108.76 | 151.27 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 148 | 150 | 0.89 | 0.01 | 0 | 0.41 | 180.9 | 0.81 | 0.33 |
| Hex | 10 | 94 | 96 | 59 | 1 | 0 | 29 | B5 | 51 | 21 |
| Octal | 20 | 224 | 226 | 131 | 1 | 0 | 51 | 265 | 121 | 41 |
| Binary | 10000 | 10010100 | 10010110 | 1011001 | 1 | 0 | 101001 | 10110101 | 1010001 | 100001 |
Color Harmonies of #109496
Complementary color
Monochromatic Colors of #109496
Black with #109496
Text Example
Text Example
White with #109496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109496; }
p { color: rgb(16,148,150); }
H1.HeaderClassName
{
color: #109496;
}
.AnyTagClassName
{
color: #109496;
}
</style>
background-color css
<style>
a { background-color: #109496; }
a { background-color: rgb(16,148,150); }
div.DivClassName
{
background-color: #109496;
}
.BgClassName
{
background-color: #109496;
}
</style>
border-color css
<style>
span { border-color: #109496; }
span { border-color: rgb(16,148,150); }
td.TdClassName
{
border-color: #109496;
}
.TagClassName
{
border-color: #109496;
}
</style>