Shades of Java #109498
Tints of Java #109498
RGB
CMYK
RGB Variations
Color information
#109498 (or 0x109498) is known color: Java. HEX triplet: 10, 94 and 98. RGB value is (16,148,152). Sum of RGB (Red+Green+Blue) = 16+148+152=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #109498 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109498 is #EF6B67. Grayscale: #6C6C6C. Windows color (decimal): -15690600 or 9999376. OLE color: 9999376.
HSL color Cylindrical-coordinate representation of color #109498: hue angle of 181.76º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109498 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 148 | 152 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.40 |
| HSL | 181.76º | 0.81% | 0.33% | - |
| HSV(B) | 181.76º | 0.89% | 0.6% | - |
| XYZ | 16.47 | 23.56 | 33.38 | - |
| YUV | 108.99 | 152.27 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 148 | 152 | 0.89 | 0.03 | 0 | 0.40 | 181.76 | 0.81 | 0.33 |
| Hex | 10 | 94 | 98 | 59 | 3 | 0 | 28 | B6 | 51 | 21 |
| Octal | 20 | 224 | 230 | 131 | 3 | 0 | 50 | 266 | 121 | 41 |
| Binary | 10000 | 10010100 | 10011000 | 1011001 | 11 | 0 | 101000 | 10110110 | 1010001 | 100001 |
Color Harmonies of #109498
Complementary color
Monochromatic Colors of #109498
Black with #109498
Text Example
Text Example
White with #109498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109498; }
p { color: rgb(16,148,152); }
H1.HeaderClassName
{
color: #109498;
}
.AnyTagClassName
{
color: #109498;
}
</style>
background-color css
<style>
a { background-color: #109498; }
a { background-color: rgb(16,148,152); }
div.DivClassName
{
background-color: #109498;
}
.BgClassName
{
background-color: #109498;
}
</style>
border-color css
<style>
span { border-color: #109498; }
span { border-color: rgb(16,148,152); }
td.TdClassName
{
border-color: #109498;
}
.TagClassName
{
border-color: #109498;
}
</style>