Shades of Java #12968F
Tints of Java #12968F
RGB
CMYK
RGB Variations
Color information
#12968F (or 0x12968F) is known color: Java. HEX triplet: 12, 96 and 8F. RGB value is (18,150,143). Sum of RGB (Red+Green+Blue) = 18+150+143=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #12968F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12968F is #ED6970. Grayscale: #6D6D6D. Windows color (decimal): -15559025 or 9410066. OLE color: 9410066.
HSL color Cylindrical-coordinate representation of color #12968F: hue angle of 176.82º 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 #12968F is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 150 | 143 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.41 |
| HSL | 176.82º | 0.79% | 0.33% | - |
| HSV(B) | 176.82º | 0.88% | 0.59% | - |
| XYZ | 16.11 | 23.92 | 29.76 | - |
| YUV | 109.73 | 146.77 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 143 | 0.88 | 0 | 0.05 | 0.41 | 176.82 | 0.79 | 0.33 |
| Hex | 12 | 96 | 8F | 58 | 0 | 5 | 29 | B1 | 4F | 21 |
| Octal | 22 | 226 | 217 | 130 | 0 | 5 | 51 | 261 | 117 | 41 |
| Binary | 10010 | 10010110 | 10001111 | 1011000 | 0 | 101 | 101001 | 10110001 | 1001111 | 100001 |
Color Harmonies of #12968F
Complementary color
Monochromatic Colors of #12968F
Black with #12968F
Text Example
Text Example
White with #12968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12968F; }
p { color: rgb(18,150,143); }
H1.HeaderClassName
{
color: #12968F;
}
.AnyTagClassName
{
color: #12968F;
}
</style>
background-color css
<style>
a { background-color: #12968F; }
a { background-color: rgb(18,150,143); }
div.DivClassName
{
background-color: #12968F;
}
.BgClassName
{
background-color: #12968F;
}
</style>
border-color css
<style>
span { border-color: #12968F; }
span { border-color: rgb(18,150,143); }
td.TdClassName
{
border-color: #12968F;
}
.TagClassName
{
border-color: #12968F;
}
</style>