Shades of Java #109999
Tints of Java #109999
RGB
CMYK
RGB Variations
Color information
#109999 (or 0x109999) is known color: Java. HEX triplet: 10, 99 and 99. RGB value is (16,153,153). Sum of RGB (Red+Green+Blue) = 16+153+153=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #109999 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109999 is #EF6666. Grayscale: #6F6F6F. Windows color (decimal): -15689319 or 10066192. OLE color: 10066192.
HSL color Cylindrical-coordinate representation of color #109999: hue angle of 180º 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 #109999 is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 153 | 153 | - |
| CMYK | 0.90 | 0 | 0 | 0.4 |
| HSL | 180º | 0.81% | 0.33% | - |
| HSV(B) | 180º | 0.9% | 0.6% | - |
| XYZ | 17.35 | 25.19 | 34.08 | - |
| YUV | 112.04 | 151.11 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 153 | 153 | 0.90 | 0 | 0 | 0.4 | 180 | 0.81 | 0.33 |
| Hex | 10 | 99 | 99 | 5A | 0 | 0 | 28 | B4 | 51 | 21 |
| Octal | 20 | 231 | 231 | 132 | 0 | 0 | 50 | 264 | 121 | 41 |
| Binary | 10000 | 10011001 | 10011001 | 1011010 | 0 | 0 | 101000 | 10110100 | 1010001 | 100001 |
Color Harmonies of #109999
Complementary color
Monochromatic Colors of #109999
Black with #109999
Text Example
Text Example
White with #109999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109999; }
p { color: rgb(16,153,153); }
H1.HeaderClassName
{
color: #109999;
}
.AnyTagClassName
{
color: #109999;
}
</style>
background-color css
<style>
a { background-color: #109999; }
a { background-color: rgb(16,153,153); }
div.DivClassName
{
background-color: #109999;
}
.BgClassName
{
background-color: #109999;
}
</style>
border-color css
<style>
span { border-color: #109999; }
span { border-color: rgb(16,153,153); }
td.TdClassName
{
border-color: #109999;
}
.TagClassName
{
border-color: #109999;
}
</style>