Shades of Java #1099A2
Tints of Java #1099A2
RGB
CMYK
RGB Variations
Color information
#1099A2 (or 0x1099A2) is known color: Java. HEX triplet: 10, 99 and A2. RGB value is (16,153,162). Sum of RGB (Red+Green+Blue) = 16+153+162=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 162 (63.67% from 255 or 48.94% from 331); Max value from RGB is 162 - color contains mainly: blue. Hex color #1099A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1099A2 is #EF665D. Grayscale: #707070. Windows color (decimal): -15689310 or 10656016. OLE color: 10656016.
HSL color Cylindrical-coordinate representation of color #1099A2: hue angle of 183.7º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1099A2 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 153 | 162 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.36 |
| HSL | 183.7º | 0.82% | 0.35% | - |
| HSV(B) | 183.7º | 0.9% | 0.64% | - |
| XYZ | 18.13 | 25.5 | 38.15 | - |
| YUV | 113.06 | 155.61 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 162 | 0.90 | 0.06 | 0 | 0.36 | 183.7 | 0.82 | 0.35 |
| Hex | 10 | 99 | A2 | 5A | 6 | 0 | 24 | B8 | 52 | 23 |
| Octal | 20 | 231 | 242 | 132 | 6 | 0 | 44 | 270 | 122 | 43 |
| Binary | 10000 | 10011001 | 10100010 | 1011010 | 110 | 0 | 100100 | 10111000 | 1010010 | 100011 |
Color Harmonies of #1099A2
Complementary color
Monochromatic Colors of #1099A2
Black with #1099A2
Text Example
Text Example
White with #1099A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1099A2; }
p { color: rgb(16,153,162); }
H1.HeaderClassName
{
color: #1099A2;
}
.AnyTagClassName
{
color: #1099A2;
}
</style>
background-color css
<style>
a { background-color: #1099A2; }
a { background-color: rgb(16,153,162); }
div.DivClassName
{
background-color: #1099A2;
}
.BgClassName
{
background-color: #1099A2;
}
</style>
border-color css
<style>
span { border-color: #1099A2; }
span { border-color: rgb(16,153,162); }
td.TdClassName
{
border-color: #1099A2;
}
.TagClassName
{
border-color: #1099A2;
}
</style>