Shades of Java #109995
Tints of Java #109995
RGB
CMYK
RGB Variations
Color information
#109995 (or 0x109995) is known color: Java. HEX triplet: 10, 99 and 95. RGB value is (16,153,149). Sum of RGB (Red+Green+Blue) = 16+153+149=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #109995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109995 is #EF666A. Grayscale: #6F6F6F. Windows color (decimal): -15689323 or 9804048. OLE color: 9804048.
HSL color Cylindrical-coordinate representation of color #109995: hue angle of 178.25º 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 #109995 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 153 | 149 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.4 |
| HSL | 178.25º | 0.81% | 0.33% | - |
| HSV(B) | 178.25º | 0.9% | 0.6% | - |
| XYZ | 17.03 | 25.06 | 32.37 | - |
| YUV | 111.58 | 149.11 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 149 | 0.90 | 0 | 0.03 | 0.4 | 178.25 | 0.81 | 0.33 |
| Hex | 10 | 99 | 95 | 5A | 0 | 3 | 28 | B2 | 51 | 21 |
| Octal | 20 | 231 | 225 | 132 | 0 | 3 | 50 | 262 | 121 | 41 |
| Binary | 10000 | 10011001 | 10010101 | 1011010 | 0 | 11 | 101000 | 10110010 | 1010001 | 100001 |
Color Harmonies of #109995
Complementary color
Monochromatic Colors of #109995
Black with #109995
Text Example
Text Example
White with #109995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109995; }
p { color: rgb(16,153,149); }
H1.HeaderClassName
{
color: #109995;
}
.AnyTagClassName
{
color: #109995;
}
</style>
background-color css
<style>
a { background-color: #109995; }
a { background-color: rgb(16,153,149); }
div.DivClassName
{
background-color: #109995;
}
.BgClassName
{
background-color: #109995;
}
</style>
border-color css
<style>
span { border-color: #109995; }
span { border-color: rgb(16,153,149); }
td.TdClassName
{
border-color: #109995;
}
.TagClassName
{
border-color: #109995;
}
</style>