Shades of Java #129594
Tints of Java #129594
RGB
CMYK
RGB Variations
Color information
#129594 (or 0x129594) is known color: Java. HEX triplet: 12, 95 and 94. RGB value is (18,149,148). Sum of RGB (Red+Green+Blue) = 18+149+148=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #129594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129594 is #ED6A6B. Grayscale: #6D6D6D. Windows color (decimal): -15559276 or 9737490. OLE color: 9737490.
HSL color Cylindrical-coordinate representation of color #129594: hue angle of 179.54º 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 #129594 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 148 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.42 |
| HSL | 179.54º | 0.78% | 0.33% | - |
| HSV(B) | 179.54º | 0.88% | 0.58% | - |
| XYZ | 16.34 | 23.76 | 31.74 | - |
| YUV | 109.72 | 149.6 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 148 | 0.88 | 0 | 0.01 | 0.42 | 179.54 | 0.78 | 0.33 |
| Hex | 12 | 95 | 94 | 58 | 0 | 1 | 2A | B4 | 4E | 21 |
| Octal | 22 | 225 | 224 | 130 | 0 | 1 | 52 | 264 | 116 | 41 |
| Binary | 10010 | 10010101 | 10010100 | 1011000 | 0 | 1 | 101010 | 10110100 | 1001110 | 100001 |
Color Harmonies of #129594
Complementary color
Monochromatic Colors of #129594
Black with #129594
Text Example
Text Example
White with #129594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129594; }
p { color: rgb(18,149,148); }
H1.HeaderClassName
{
color: #129594;
}
.AnyTagClassName
{
color: #129594;
}
</style>
background-color css
<style>
a { background-color: #129594; }
a { background-color: rgb(18,149,148); }
div.DivClassName
{
background-color: #129594;
}
.BgClassName
{
background-color: #129594;
}
</style>
border-color css
<style>
span { border-color: #129594; }
span { border-color: rgb(18,149,148); }
td.TdClassName
{
border-color: #129594;
}
.TagClassName
{
border-color: #129594;
}
</style>