Shades of Java #129392
Tints of Java #129392
RGB
CMYK
RGB Variations
Color information
#129392 (or 0x129392) is known color: Java. HEX triplet: 12, 93 and 92. RGB value is (18,147,146). Sum of RGB (Red+Green+Blue) = 18+147+146=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #129392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129392 is #ED6C6D. Grayscale: #6C6C6C. Windows color (decimal): -15559790 or 9605906. OLE color: 9605906.
HSL color Cylindrical-coordinate representation of color #129392: hue angle of 179.53º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129392 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 146 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.42 |
| HSL | 179.53º | 0.78% | 0.32% | - |
| HSV(B) | 179.53º | 0.88% | 0.58% | - |
| XYZ | 15.87 | 23.07 | 30.81 | - |
| YUV | 108.32 | 149.26 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 146 | 0.88 | 0 | 0.01 | 0.42 | 179.53 | 0.78 | 0.32 |
| Hex | 12 | 93 | 92 | 58 | 0 | 1 | 2A | B4 | 4E | 20 |
| Octal | 22 | 223 | 222 | 130 | 0 | 1 | 52 | 264 | 116 | 40 |
| Binary | 10010 | 10010011 | 10010010 | 1011000 | 0 | 1 | 101010 | 10110100 | 1001110 | 100000 |
Color Harmonies of #129392
Complementary color
Monochromatic Colors of #129392
Black with #129392
Text Example
Text Example
White with #129392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129392; }
p { color: rgb(18,147,146); }
H1.HeaderClassName
{
color: #129392;
}
.AnyTagClassName
{
color: #129392;
}
</style>
background-color css
<style>
a { background-color: #129392; }
a { background-color: rgb(18,147,146); }
div.DivClassName
{
background-color: #129392;
}
.BgClassName
{
background-color: #129392;
}
</style>
border-color css
<style>
span { border-color: #129392; }
span { border-color: rgb(18,147,146); }
td.TdClassName
{
border-color: #129392;
}
.TagClassName
{
border-color: #129392;
}
</style>