Shades of Java #1099A0
Tints of Java #1099A0
RGB
CMYK
RGB Variations
Color information
#1099A0 (or 0x1099A0) is known color: Java. HEX triplet: 10, 99 and A0. RGB value is (16,153,160). Sum of RGB (Red+Green+Blue) = 16+153+160=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 160 (62.89% from 255 or 48.63% from 329); Max value from RGB is 160 - color contains mainly: blue. Hex color #1099A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1099A0 is #EF665F. Grayscale: #707070. Windows color (decimal): -15689312 or 10524944. OLE color: 10524944.
HSL color Cylindrical-coordinate representation of color #1099A0: hue angle of 182.92º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1099A0 is Cyan = 0.9, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 153 | 160 | - |
| CMYK | 0.9 | 0.04 | 0 | 0.37 |
| HSL | 182.92º | 0.82% | 0.35% | - |
| HSV(B) | 182.92º | 0.9% | 0.63% | - |
| XYZ | 17.95 | 25.43 | 37.22 | - |
| YUV | 112.84 | 154.61 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 160 | 0.9 | 0.04 | 0 | 0.37 | 182.92 | 0.82 | 0.35 |
| Hex | 10 | 99 | A0 | 5A | 4 | 0 | 25 | B7 | 52 | 23 |
| Octal | 20 | 231 | 240 | 132 | 4 | 0 | 45 | 267 | 122 | 43 |
| Binary | 10000 | 10011001 | 10100000 | 1011010 | 100 | 0 | 100101 | 10110111 | 1010010 | 100011 |
Color Harmonies of #1099A0
Complementary color
Monochromatic Colors of #1099A0
Black with #1099A0
Text Example
Text Example
White with #1099A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1099A0; }
p { color: rgb(16,153,160); }
H1.HeaderClassName
{
color: #1099A0;
}
.AnyTagClassName
{
color: #1099A0;
}
</style>
background-color css
<style>
a { background-color: #1099A0; }
a { background-color: rgb(16,153,160); }
div.DivClassName
{
background-color: #1099A0;
}
.BgClassName
{
background-color: #1099A0;
}
</style>
border-color css
<style>
span { border-color: #1099A0; }
span { border-color: rgb(16,153,160); }
td.TdClassName
{
border-color: #1099A0;
}
.TagClassName
{
border-color: #1099A0;
}
</style>