Shades of Java #109895
Tints of Java #109895
RGB
CMYK
RGB Variations
Color information
#109895 (or 0x109895) is known color: Java. HEX triplet: 10, 98 and 95. RGB value is (16,152,149). Sum of RGB (Red+Green+Blue) = 16+152+149=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #109895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109895 is #EF676A. Grayscale: #6E6E6E. Windows color (decimal): -15689579 or 9803792. OLE color: 9803792.
HSL color Cylindrical-coordinate representation of color #109895: hue angle of 178.68º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109895 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 152 | 149 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.40 |
| HSL | 178.68º | 0.81% | 0.33% | - |
| HSV(B) | 178.68º | 0.89% | 0.6% | - |
| XYZ | 16.87 | 24.74 | 32.32 | - |
| YUV | 110.99 | 149.44 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 152 | 149 | 0.89 | 0 | 0.02 | 0.40 | 178.68 | 0.81 | 0.33 |
| Hex | 10 | 98 | 95 | 59 | 0 | 2 | 28 | B3 | 51 | 21 |
| Octal | 20 | 230 | 225 | 131 | 0 | 2 | 50 | 263 | 121 | 41 |
| Binary | 10000 | 10011000 | 10010101 | 1011001 | 0 | 10 | 101000 | 10110011 | 1010001 | 100001 |
Color Harmonies of #109895
Complementary color
Monochromatic Colors of #109895
Black with #109895
Text Example
Text Example
White with #109895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109895; }
p { color: rgb(16,152,149); }
H1.HeaderClassName
{
color: #109895;
}
.AnyTagClassName
{
color: #109895;
}
</style>
background-color css
<style>
a { background-color: #109895; }
a { background-color: rgb(16,152,149); }
div.DivClassName
{
background-color: #109895;
}
.BgClassName
{
background-color: #109895;
}
</style>
border-color css
<style>
span { border-color: #109895; }
span { border-color: rgb(16,152,149); }
td.TdClassName
{
border-color: #109895;
}
.TagClassName
{
border-color: #109895;
}
</style>