Shades of Java #12968E
Tints of Java #12968E
RGB
CMYK
RGB Variations
Color information
#12968E (or 0x12968E) is known color: Java. HEX triplet: 12, 96 and 8E. RGB value is (18,150,142). Sum of RGB (Red+Green+Blue) = 18+150+142=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 150 - color contains mainly: green. Hex color #12968E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12968E is #ED6971. Grayscale: #6D6D6D. Windows color (decimal): -15559026 or 9344530. OLE color: 9344530.
HSL color Cylindrical-coordinate representation of color #12968E: hue angle of 176.36º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12968E is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 150 | 142 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.41 |
| HSL | 176.36º | 0.79% | 0.33% | - |
| HSV(B) | 176.36º | 0.88% | 0.59% | - |
| XYZ | 16.04 | 23.89 | 29.36 | - |
| YUV | 109.62 | 146.27 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 142 | 0.88 | 0 | 0.05 | 0.41 | 176.36 | 0.79 | 0.33 |
| Hex | 12 | 96 | 8E | 58 | 0 | 5 | 29 | B0 | 4F | 21 |
| Octal | 22 | 226 | 216 | 130 | 0 | 5 | 51 | 260 | 117 | 41 |
| Binary | 10010 | 10010110 | 10001110 | 1011000 | 0 | 101 | 101001 | 10110000 | 1001111 | 100001 |
Color Harmonies of #12968E
Complementary color
Monochromatic Colors of #12968E
Black with #12968E
Text Example
Text Example
White with #12968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12968E; }
p { color: rgb(18,150,142); }
H1.HeaderClassName
{
color: #12968E;
}
.AnyTagClassName
{
color: #12968E;
}
</style>
background-color css
<style>
a { background-color: #12968E; }
a { background-color: rgb(18,150,142); }
div.DivClassName
{
background-color: #12968E;
}
.BgClassName
{
background-color: #12968E;
}
</style>
border-color css
<style>
span { border-color: #12968E; }
span { border-color: rgb(18,150,142); }
td.TdClassName
{
border-color: #12968E;
}
.TagClassName
{
border-color: #12968E;
}
</style>