Shades of Java #10999B
Tints of Java #10999B
RGB
CMYK
RGB Variations
Color information
#10999B (or 0x10999B) is known color: Java. HEX triplet: 10, 99 and 9B. RGB value is (16,153,155). Sum of RGB (Red+Green+Blue) = 16+153+155=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #10999B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10999B is #EF6664. Grayscale: #707070. Windows color (decimal): -15689317 or 10197264. OLE color: 10197264.
HSL color Cylindrical-coordinate representation of color #10999B: hue angle of 180.86º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10999B is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 153 | 155 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.39 |
| HSL | 180.86º | 0.81% | 0.34% | - |
| HSV(B) | 180.86º | 0.9% | 0.61% | - |
| XYZ | 17.52 | 25.26 | 34.96 | - |
| YUV | 112.27 | 152.11 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 155 | 0.90 | 0.01 | 0 | 0.39 | 180.86 | 0.81 | 0.34 |
| Hex | 10 | 99 | 9B | 5A | 1 | 0 | 27 | B5 | 51 | 22 |
| Octal | 20 | 231 | 233 | 132 | 1 | 0 | 47 | 265 | 121 | 42 |
| Binary | 10000 | 10011001 | 10011011 | 1011010 | 1 | 0 | 100111 | 10110101 | 1010001 | 100010 |
Color Harmonies of #10999B
Complementary color
Monochromatic Colors of #10999B
Black with #10999B
Text Example
Text Example
White with #10999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10999B; }
p { color: rgb(16,153,155); }
H1.HeaderClassName
{
color: #10999B;
}
.AnyTagClassName
{
color: #10999B;
}
</style>
background-color css
<style>
a { background-color: #10999B; }
a { background-color: rgb(16,153,155); }
div.DivClassName
{
background-color: #10999B;
}
.BgClassName
{
background-color: #10999B;
}
</style>
border-color css
<style>
span { border-color: #10999B; }
span { border-color: rgb(16,153,155); }
td.TdClassName
{
border-color: #10999B;
}
.TagClassName
{
border-color: #10999B;
}
</style>