Shades of Java #109E9F
Tints of Java #109E9F
RGB
CMYK
RGB Variations
Color information
#109E9F (or 0x109E9F) is known color: Java. HEX triplet: 10, 9E and 9F. RGB value is (16,158,159). Sum of RGB (Red+Green+Blue) = 16+158+159=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #109E9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109E9F is #EF6160. Grayscale: #737373. Windows color (decimal): -15688033 or 10460688. OLE color: 10460688.
HSL color Cylindrical-coordinate representation of color #109E9F: hue angle of 180.42º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109E9F is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 158 | 159 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.38 |
| HSL | 180.42º | 0.82% | 0.34% | - |
| HSV(B) | 180.42º | 0.9% | 0.62% | - |
| XYZ | 18.7 | 27.07 | 37.04 | - |
| YUV | 115.66 | 152.46 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 158 | 159 | 0.90 | 0.01 | 0 | 0.38 | 180.42 | 0.82 | 0.34 |
| Hex | 10 | 9E | 9F | 5A | 1 | 0 | 26 | B4 | 52 | 22 |
| Octal | 20 | 236 | 237 | 132 | 1 | 0 | 46 | 264 | 122 | 42 |
| Binary | 10000 | 10011110 | 10011111 | 1011010 | 1 | 0 | 100110 | 10110100 | 1010010 | 100010 |
Color Harmonies of #109E9F
Complementary color
Monochromatic Colors of #109E9F
Black with #109E9F
Text Example
Text Example
White with #109E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109E9F; }
p { color: rgb(16,158,159); }
H1.HeaderClassName
{
color: #109E9F;
}
.AnyTagClassName
{
color: #109E9F;
}
</style>
background-color css
<style>
a { background-color: #109E9F; }
a { background-color: rgb(16,158,159); }
div.DivClassName
{
background-color: #109E9F;
}
.BgClassName
{
background-color: #109E9F;
}
</style>
border-color css
<style>
span { border-color: #109E9F; }
span { border-color: rgb(16,158,159); }
td.TdClassName
{
border-color: #109E9F;
}
.TagClassName
{
border-color: #109E9F;
}
</style>