Shades of Java #129593
Tints of Java #129593
RGB
CMYK
RGB Variations
Color information
#129593 (or 0x129593) is known color: Java. HEX triplet: 12, 95 and 93. RGB value is (18,149,147). Sum of RGB (Red+Green+Blue) = 18+149+147=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #129593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129593 is #ED6A6C. Grayscale: #6D6D6D. Windows color (decimal): -15559277 or 9671954. OLE color: 9671954.
HSL color Cylindrical-coordinate representation of color #129593: hue angle of 179.08º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129593 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 147 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.42 |
| HSL | 179.08º | 0.78% | 0.33% | - |
| HSV(B) | 179.08º | 0.88% | 0.58% | - |
| XYZ | 16.26 | 23.73 | 31.33 | - |
| YUV | 109.6 | 149.1 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 147 | 0.88 | 0 | 0.01 | 0.42 | 179.08 | 0.78 | 0.33 |
| Hex | 12 | 95 | 93 | 58 | 0 | 1 | 2A | B3 | 4E | 21 |
| Octal | 22 | 225 | 223 | 130 | 0 | 1 | 52 | 263 | 116 | 41 |
| Binary | 10010 | 10010101 | 10010011 | 1011000 | 0 | 1 | 101010 | 10110011 | 1001110 | 100001 |
Color Harmonies of #129593
Complementary color
Monochromatic Colors of #129593
Black with #129593
Text Example
Text Example
White with #129593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129593; }
p { color: rgb(18,149,147); }
H1.HeaderClassName
{
color: #129593;
}
.AnyTagClassName
{
color: #129593;
}
</style>
background-color css
<style>
a { background-color: #129593; }
a { background-color: rgb(18,149,147); }
div.DivClassName
{
background-color: #129593;
}
.BgClassName
{
background-color: #129593;
}
</style>
border-color css
<style>
span { border-color: #129593; }
span { border-color: rgb(18,149,147); }
td.TdClassName
{
border-color: #129593;
}
.TagClassName
{
border-color: #129593;
}
</style>