Shades of Java #109A99
Tints of Java #109A99
RGB
CMYK
RGB Variations
Color information
#109A99 (or 0x109A99) is known color: Java. HEX triplet: 10, 9A and 99. RGB value is (16,154,153). Sum of RGB (Red+Green+Blue) = 16+154+153=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 154 (60.55% from 255 or 47.68% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 154 - color contains mainly: green. Hex color #109A99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109A99 is #EF6566. Grayscale: #707070. Windows color (decimal): -15689063 or 10066448. OLE color: 10066448.
HSL color Cylindrical-coordinate representation of color #109A99: hue angle of 179.57º 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 #109A99 is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 154 | 153 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.40 |
| HSL | 179.57º | 0.81% | 0.33% | - |
| HSV(B) | 179.57º | 0.9% | 0.6% | - |
| XYZ | 17.52 | 25.52 | 34.14 | - |
| YUV | 112.62 | 150.78 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 153 | 0.90 | 0 | 0.01 | 0.40 | 179.57 | 0.81 | 0.33 |
| Hex | 10 | 9A | 99 | 5A | 0 | 1 | 28 | B4 | 51 | 21 |
| Octal | 20 | 232 | 231 | 132 | 0 | 1 | 50 | 264 | 121 | 41 |
| Binary | 10000 | 10011010 | 10011001 | 1011010 | 0 | 1 | 101000 | 10110100 | 1010001 | 100001 |
Color Harmonies of #109A99
Complementary color
Monochromatic Colors of #109A99
Black with #109A99
Text Example
Text Example
White with #109A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109A99; }
p { color: rgb(16,154,153); }
H1.HeaderClassName
{
color: #109A99;
}
.AnyTagClassName
{
color: #109A99;
}
</style>
background-color css
<style>
a { background-color: #109A99; }
a { background-color: rgb(16,154,153); }
div.DivClassName
{
background-color: #109A99;
}
.BgClassName
{
background-color: #109A99;
}
</style>
border-color css
<style>
span { border-color: #109A99; }
span { border-color: rgb(16,154,153); }
td.TdClassName
{
border-color: #109A99;
}
.TagClassName
{
border-color: #109A99;
}
</style>