Shades of Java #109697
Tints of Java #109697
RGB
CMYK
RGB Variations
Color information
#109697 (or 0x109697) is known color: Java. HEX triplet: 10, 96 and 97. RGB value is (16,150,151). Sum of RGB (Red+Green+Blue) = 16+150+151=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 151 - color contains mainly: blue. Hex color #109697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109697 is #EF6968. Grayscale: #6D6D6D. Windows color (decimal): -15690089 or 9934352. OLE color: 9934352.
HSL color Cylindrical-coordinate representation of color #109697: hue angle of 180.44º 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 #109697 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 150 | 151 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.41 |
| HSL | 180.44º | 0.81% | 0.33% | - |
| HSV(B) | 180.44º | 0.89% | 0.59% | - |
| XYZ | 16.71 | 24.16 | 33.06 | - |
| YUV | 110.05 | 151.11 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 151 | 0.89 | 0.01 | 0 | 0.41 | 180.44 | 0.81 | 0.33 |
| Hex | 10 | 96 | 97 | 59 | 1 | 0 | 29 | B4 | 51 | 21 |
| Octal | 20 | 226 | 227 | 131 | 1 | 0 | 51 | 264 | 121 | 41 |
| Binary | 10000 | 10010110 | 10010111 | 1011001 | 1 | 0 | 101001 | 10110100 | 1010001 | 100001 |
Color Harmonies of #109697
Complementary color
Monochromatic Colors of #109697
Black with #109697
Text Example
Text Example
White with #109697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109697; }
p { color: rgb(16,150,151); }
H1.HeaderClassName
{
color: #109697;
}
.AnyTagClassName
{
color: #109697;
}
</style>
background-color css
<style>
a { background-color: #109697; }
a { background-color: rgb(16,150,151); }
div.DivClassName
{
background-color: #109697;
}
.BgClassName
{
background-color: #109697;
}
</style>
border-color css
<style>
span { border-color: #109697; }
span { border-color: rgb(16,150,151); }
td.TdClassName
{
border-color: #109697;
}
.TagClassName
{
border-color: #109697;
}
</style>