Shades of Java #109A96
Tints of Java #109A96
RGB
CMYK
RGB Variations
Color information
#109A96 (or 0x109A96) is known color: Java. HEX triplet: 10, 9A and 96. RGB value is (16,154,150). Sum of RGB (Red+Green+Blue) = 16+154+150=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 154 - color contains mainly: green. Hex color #109A96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109A96 is #EF6569. Grayscale: #707070. Windows color (decimal): -15689066 or 9869840. OLE color: 9869840.
HSL color Cylindrical-coordinate representation of color #109A96: hue angle of 178.26º 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 #109A96 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 154 | 150 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.40 |
| HSL | 178.26º | 0.81% | 0.33% | - |
| HSV(B) | 178.26º | 0.9% | 0.6% | - |
| XYZ | 17.27 | 25.42 | 32.85 | - |
| YUV | 112.28 | 149.28 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 150 | 0.90 | 0 | 0.03 | 0.40 | 178.26 | 0.81 | 0.33 |
| Hex | 10 | 9A | 96 | 5A | 0 | 3 | 28 | B2 | 51 | 21 |
| Octal | 20 | 232 | 226 | 132 | 0 | 3 | 50 | 262 | 121 | 41 |
| Binary | 10000 | 10011010 | 10010110 | 1011010 | 0 | 11 | 101000 | 10110010 | 1010001 | 100001 |
Color Harmonies of #109A96
Complementary color
Monochromatic Colors of #109A96
Black with #109A96
Text Example
Text Example
White with #109A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109A96; }
p { color: rgb(16,154,150); }
H1.HeaderClassName
{
color: #109A96;
}
.AnyTagClassName
{
color: #109A96;
}
</style>
background-color css
<style>
a { background-color: #109A96; }
a { background-color: rgb(16,154,150); }
div.DivClassName
{
background-color: #109A96;
}
.BgClassName
{
background-color: #109A96;
}
</style>
border-color css
<style>
span { border-color: #109A96; }
span { border-color: rgb(16,154,150); }
td.TdClassName
{
border-color: #109A96;
}
.TagClassName
{
border-color: #109A96;
}
</style>