Shades of Java #0F9C9E
Tints of Java #0F9C9E
RGB
CMYK
RGB Variations
Color information
#0F9C9E (or 0x0F9C9E) is known color: Java. HEX triplet: 0F, 9C and 9E. RGB value is (15,156,158). Sum of RGB (Red+Green+Blue) = 15+156+158=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F9C9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9C9E is #F06361. Grayscale: #717171. Windows color (decimal): -15754082 or 10394639. OLE color: 10394639.
HSL color Cylindrical-coordinate representation of color #0F9C9E: hue angle of 180.84º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9C9E is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 156 | 158 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.38 |
| HSL | 180.84º | 0.83% | 0.34% | - |
| HSV(B) | 180.84º | 0.91% | 0.62% | - |
| XYZ | 18.26 | 26.35 | 36.47 | - |
| YUV | 114.07 | 152.79 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 156 | 158 | 0.91 | 0.01 | 0 | 0.38 | 180.84 | 0.83 | 0.34 |
| Hex | F | 9C | 9E | 5B | 1 | 0 | 26 | B5 | 53 | 22 |
| Octal | 17 | 234 | 236 | 133 | 1 | 0 | 46 | 265 | 123 | 42 |
| Binary | 1111 | 10011100 | 10011110 | 1011011 | 1 | 0 | 100110 | 10110101 | 1010011 | 100010 |
Color Harmonies of #0F9C9E
Complementary color
Monochromatic Colors of #0F9C9E
Black with #0F9C9E
Text Example
Text Example
White with #0F9C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9C9E; }
p { color: rgb(15,156,158); }
H1.HeaderClassName
{
color: #0F9C9E;
}
.AnyTagClassName
{
color: #0F9C9E;
}
</style>
background-color css
<style>
a { background-color: #0F9C9E; }
a { background-color: rgb(15,156,158); }
div.DivClassName
{
background-color: #0F9C9E;
}
.BgClassName
{
background-color: #0F9C9E;
}
</style>
border-color css
<style>
span { border-color: #0F9C9E; }
span { border-color: rgb(15,156,158); }
td.TdClassName
{
border-color: #0F9C9E;
}
.TagClassName
{
border-color: #0F9C9E;
}
</style>