Shades of Java #129194
Tints of Java #129194
RGB
CMYK
RGB Variations
Color information
#129194 (or 0x129194) is known color: Java. HEX triplet: 12, 91 and 94. RGB value is (18,145,148). Sum of RGB (Red+Green+Blue) = 18+145+148=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #129194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129194 is #ED6E6B. Grayscale: #6B6B6B. Windows color (decimal): -15560300 or 9736466. OLE color: 9736466.
HSL color Cylindrical-coordinate representation of color #129194: hue angle of 181.38º 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 #129194 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 145 | 148 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.42 |
| HSL | 181.38º | 0.78% | 0.33% | - |
| HSV(B) | 181.38º | 0.88% | 0.58% | - |
| XYZ | 15.72 | 22.52 | 31.53 | - |
| YUV | 107.37 | 150.92 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 148 | 0.88 | 0.02 | 0 | 0.42 | 181.38 | 0.78 | 0.33 |
| Hex | 12 | 91 | 94 | 58 | 2 | 0 | 2A | B5 | 4E | 21 |
| Octal | 22 | 221 | 224 | 130 | 2 | 0 | 52 | 265 | 116 | 41 |
| Binary | 10010 | 10010001 | 10010100 | 1011000 | 10 | 0 | 101010 | 10110101 | 1001110 | 100001 |
Color Harmonies of #129194
Complementary color
Monochromatic Colors of #129194
Black with #129194
Text Example
Text Example
White with #129194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129194; }
p { color: rgb(18,145,148); }
H1.HeaderClassName
{
color: #129194;
}
.AnyTagClassName
{
color: #129194;
}
</style>
background-color css
<style>
a { background-color: #129194; }
a { background-color: rgb(18,145,148); }
div.DivClassName
{
background-color: #129194;
}
.BgClassName
{
background-color: #129194;
}
</style>
border-color css
<style>
span { border-color: #129194; }
span { border-color: rgb(18,145,148); }
td.TdClassName
{
border-color: #129194;
}
.TagClassName
{
border-color: #129194;
}
</style>