Shades of Java #109597
Tints of Java #109597
RGB
CMYK
RGB Variations
Color information
#109597 (or 0x109597) is known color: Java. HEX triplet: 10, 95 and 97. RGB value is (16,149,151). Sum of RGB (Red+Green+Blue) = 16+149+151=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #109597 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109597 is #EF6A68. Grayscale: #6D6D6D. Windows color (decimal): -15690345 or 9934096. OLE color: 9934096.
HSL color Cylindrical-coordinate representation of color #109597: hue angle of 180.89º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109597 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 149 | 151 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.41 |
| HSL | 180.89º | 0.81% | 0.33% | - |
| HSV(B) | 180.89º | 0.89% | 0.59% | - |
| XYZ | 16.55 | 23.84 | 33.01 | - |
| YUV | 109.46 | 151.44 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 151 | 0.89 | 0.01 | 0 | 0.41 | 180.89 | 0.81 | 0.33 |
| Hex | 10 | 95 | 97 | 59 | 1 | 0 | 29 | B5 | 51 | 21 |
| Octal | 20 | 225 | 227 | 131 | 1 | 0 | 51 | 265 | 121 | 41 |
| Binary | 10000 | 10010101 | 10010111 | 1011001 | 1 | 0 | 101001 | 10110101 | 1010001 | 100001 |
Color Harmonies of #109597
Complementary color
Monochromatic Colors of #109597
Black with #109597
Text Example
Text Example
White with #109597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109597; }
p { color: rgb(16,149,151); }
H1.HeaderClassName
{
color: #109597;
}
.AnyTagClassName
{
color: #109597;
}
</style>
background-color css
<style>
a { background-color: #109597; }
a { background-color: rgb(16,149,151); }
div.DivClassName
{
background-color: #109597;
}
.BgClassName
{
background-color: #109597;
}
</style>
border-color css
<style>
span { border-color: #109597; }
span { border-color: rgb(16,149,151); }
td.TdClassName
{
border-color: #109597;
}
.TagClassName
{
border-color: #109597;
}
</style>