Shades of Java #109C9F
Tints of Java #109C9F
RGB
CMYK
RGB Variations
Color information
#109C9F (or 0x109C9F) is known color: Java. HEX triplet: 10, 9C and 9F. RGB value is (16,156,159). Sum of RGB (Red+Green+Blue) = 16+156+159=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #109C9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109C9F is #EF6360. Grayscale: #727272. Windows color (decimal): -15688545 or 10460176. OLE color: 10460176.
HSL color Cylindrical-coordinate representation of color #109C9F: hue angle of 181.26º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109C9F is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 156 | 159 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.38 |
| HSL | 181.26º | 0.82% | 0.34% | - |
| HSV(B) | 181.26º | 0.9% | 0.62% | - |
| XYZ | 18.36 | 26.39 | 36.93 | - |
| YUV | 114.48 | 153.12 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 156 | 159 | 0.90 | 0.02 | 0 | 0.38 | 181.26 | 0.82 | 0.34 |
| Hex | 10 | 9C | 9F | 5A | 2 | 0 | 26 | B5 | 52 | 22 |
| Octal | 20 | 234 | 237 | 132 | 2 | 0 | 46 | 265 | 122 | 42 |
| Binary | 10000 | 10011100 | 10011111 | 1011010 | 10 | 0 | 100110 | 10110101 | 1010010 | 100010 |
Color Harmonies of #109C9F
Complementary color
Monochromatic Colors of #109C9F
Black with #109C9F
Text Example
Text Example
White with #109C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109C9F; }
p { color: rgb(16,156,159); }
H1.HeaderClassName
{
color: #109C9F;
}
.AnyTagClassName
{
color: #109C9F;
}
</style>
background-color css
<style>
a { background-color: #109C9F; }
a { background-color: rgb(16,156,159); }
div.DivClassName
{
background-color: #109C9F;
}
.BgClassName
{
background-color: #109C9F;
}
</style>
border-color css
<style>
span { border-color: #109C9F; }
span { border-color: rgb(16,156,159); }
td.TdClassName
{
border-color: #109C9F;
}
.TagClassName
{
border-color: #109C9F;
}
</style>