Shades of Java #12978D
Tints of Java #12978D
RGB
CMYK
RGB Variations
Color information
#12978D (or 0x12978D) is known color: Java. HEX triplet: 12, 97 and 8D. RGB value is (18,151,141). Sum of RGB (Red+Green+Blue) = 18+151+141=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #12978D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12978D is #ED6872. Grayscale: #6E6E6E. Windows color (decimal): -15558771 or 9279250. OLE color: 9279250.
HSL color Cylindrical-coordinate representation of color #12978D: hue angle of 175.49º 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 #12978D is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 151 | 141 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.41 |
| HSL | 175.49º | 0.79% | 0.33% | - |
| HSV(B) | 175.49º | 0.88% | 0.59% | - |
| XYZ | 16.12 | 24.18 | 29.02 | - |
| YUV | 110.09 | 145.44 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 141 | 0.88 | 0 | 0.07 | 0.41 | 175.49 | 0.79 | 0.33 |
| Hex | 12 | 97 | 8D | 58 | 0 | 7 | 29 | AF | 4F | 21 |
| Octal | 22 | 227 | 215 | 130 | 0 | 7 | 51 | 257 | 117 | 41 |
| Binary | 10010 | 10010111 | 10001101 | 1011000 | 0 | 111 | 101001 | 10101111 | 1001111 | 100001 |
Color Harmonies of #12978D
Complementary color
Monochromatic Colors of #12978D
Black with #12978D
Text Example
Text Example
White with #12978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12978D; }
p { color: rgb(18,151,141); }
H1.HeaderClassName
{
color: #12978D;
}
.AnyTagClassName
{
color: #12978D;
}
</style>
background-color css
<style>
a { background-color: #12978D; }
a { background-color: rgb(18,151,141); }
div.DivClassName
{
background-color: #12978D;
}
.BgClassName
{
background-color: #12978D;
}
</style>
border-color css
<style>
span { border-color: #12978D; }
span { border-color: rgb(18,151,141); }
td.TdClassName
{
border-color: #12978D;
}
.TagClassName
{
border-color: #12978D;
}
</style>