Shades of Java #109599
Tints of Java #109599
RGB
CMYK
RGB Variations
Color information
#109599 (or 0x109599) is known color: Java. HEX triplet: 10, 95 and 99. RGB value is (16,149,153). Sum of RGB (Red+Green+Blue) = 16+149+153=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #109599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109599 is #EF6A66. Grayscale: #6D6D6D. Windows color (decimal): -15690343 or 10065168. OLE color: 10065168.
HSL color Cylindrical-coordinate representation of color #109599: hue angle of 181.75º 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 #109599 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 149 | 153 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.4 |
| HSL | 181.75º | 0.81% | 0.33% | - |
| HSV(B) | 181.75º | 0.9% | 0.6% | - |
| XYZ | 16.71 | 23.9 | 33.87 | - |
| YUV | 109.69 | 152.44 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 153 | 0.90 | 0.03 | 0 | 0.4 | 181.75 | 0.81 | 0.33 |
| Hex | 10 | 95 | 99 | 5A | 3 | 0 | 28 | B6 | 51 | 21 |
| Octal | 20 | 225 | 231 | 132 | 3 | 0 | 50 | 266 | 121 | 41 |
| Binary | 10000 | 10010101 | 10011001 | 1011010 | 11 | 0 | 101000 | 10110110 | 1010001 | 100001 |
Color Harmonies of #109599
Complementary color
Monochromatic Colors of #109599
Black with #109599
Text Example
Text Example
White with #109599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109599; }
p { color: rgb(16,149,153); }
H1.HeaderClassName
{
color: #109599;
}
.AnyTagClassName
{
color: #109599;
}
</style>
background-color css
<style>
a { background-color: #109599; }
a { background-color: rgb(16,149,153); }
div.DivClassName
{
background-color: #109599;
}
.BgClassName
{
background-color: #109599;
}
</style>
border-color css
<style>
span { border-color: #109599; }
span { border-color: rgb(16,149,153); }
td.TdClassName
{
border-color: #109599;
}
.TagClassName
{
border-color: #109599;
}
</style>