Shades of Java #0F9A9E
Tints of Java #0F9A9E
RGB
CMYK
RGB Variations
Color information
#0F9A9E (or 0x0F9A9E) is known color: Java. HEX triplet: 0F, 9A and 9E. RGB value is (15,154,158). Sum of RGB (Red+Green+Blue) = 15+154+158=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F9A9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9A9E is #F06561. Grayscale: #707070. Windows color (decimal): -15754594 or 10394127. OLE color: 10394127.
HSL color Cylindrical-coordinate representation of color #0F9A9E: hue angle of 181.68º 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 #0F9A9E is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 154 | 158 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.38 |
| HSL | 181.68º | 0.83% | 0.34% | - |
| HSV(B) | 181.68º | 0.91% | 0.62% | - |
| XYZ | 17.92 | 25.68 | 36.36 | - |
| YUV | 112.9 | 153.45 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 154 | 158 | 0.91 | 0.03 | 0 | 0.38 | 181.68 | 0.83 | 0.34 |
| Hex | F | 9A | 9E | 5B | 3 | 0 | 26 | B6 | 53 | 22 |
| Octal | 17 | 232 | 236 | 133 | 3 | 0 | 46 | 266 | 123 | 42 |
| Binary | 1111 | 10011010 | 10011110 | 1011011 | 11 | 0 | 100110 | 10110110 | 1010011 | 100010 |
Color Harmonies of #0F9A9E
Complementary color
Monochromatic Colors of #0F9A9E
Black with #0F9A9E
Text Example
Text Example
White with #0F9A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9A9E; }
p { color: rgb(15,154,158); }
H1.HeaderClassName
{
color: #0F9A9E;
}
.AnyTagClassName
{
color: #0F9A9E;
}
</style>
background-color css
<style>
a { background-color: #0F9A9E; }
a { background-color: rgb(15,154,158); }
div.DivClassName
{
background-color: #0F9A9E;
}
.BgClassName
{
background-color: #0F9A9E;
}
</style>
border-color css
<style>
span { border-color: #0F9A9E; }
span { border-color: rgb(15,154,158); }
td.TdClassName
{
border-color: #0F9A9E;
}
.TagClassName
{
border-color: #0F9A9E;
}
</style>