Shades of Java #109596
Tints of Java #109596
RGB
CMYK
RGB Variations
Color information
#109596 (or 0x109596) is known color: Java. HEX triplet: 10, 95 and 96. RGB value is (16,149,150). Sum of RGB (Red+Green+Blue) = 16+149+150=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #109596 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109596 is #EF6A69. Grayscale: #6D6D6D. Windows color (decimal): -15690346 or 9868560. OLE color: 9868560.
HSL color Cylindrical-coordinate representation of color #109596: hue angle of 180.45º 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 #109596 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 149 | 150 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.41 |
| HSL | 180.45º | 0.81% | 0.33% | - |
| HSV(B) | 180.45º | 0.89% | 0.59% | - |
| XYZ | 16.47 | 23.81 | 32.58 | - |
| YUV | 109.35 | 150.94 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 150 | 0.89 | 0.01 | 0 | 0.41 | 180.45 | 0.81 | 0.33 |
| Hex | 10 | 95 | 96 | 59 | 1 | 0 | 29 | B4 | 51 | 21 |
| Octal | 20 | 225 | 226 | 131 | 1 | 0 | 51 | 264 | 121 | 41 |
| Binary | 10000 | 10010101 | 10010110 | 1011001 | 1 | 0 | 101001 | 10110100 | 1010001 | 100001 |
Color Harmonies of #109596
Complementary color
Monochromatic Colors of #109596
Black with #109596
Text Example
Text Example
White with #109596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109596; }
p { color: rgb(16,149,150); }
H1.HeaderClassName
{
color: #109596;
}
.AnyTagClassName
{
color: #109596;
}
</style>
background-color css
<style>
a { background-color: #109596; }
a { background-color: rgb(16,149,150); }
div.DivClassName
{
background-color: #109596;
}
.BgClassName
{
background-color: #109596;
}
</style>
border-color css
<style>
span { border-color: #109596; }
span { border-color: rgb(16,149,150); }
td.TdClassName
{
border-color: #109596;
}
.TagClassName
{
border-color: #109596;
}
</style>