Shades of Java #129794
Tints of Java #129794
RGB
CMYK
RGB Variations
Color information
#129794 (or 0x129794) is known color: Java. HEX triplet: 12, 97 and 94. RGB value is (18,151,148). Sum of RGB (Red+Green+Blue) = 18+151+148=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #129794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129794 is #ED686B. Grayscale: #6E6E6E. Windows color (decimal): -15558764 or 9738002. OLE color: 9738002.
HSL color Cylindrical-coordinate representation of color #129794: hue angle of 178.65º 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 #129794 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 151 | 148 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.41 |
| HSL | 178.65º | 0.79% | 0.33% | - |
| HSV(B) | 178.65º | 0.88% | 0.59% | - |
| XYZ | 16.66 | 24.4 | 31.85 | - |
| YUV | 110.89 | 148.94 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 148 | 0.88 | 0 | 0.02 | 0.41 | 178.65 | 0.79 | 0.33 |
| Hex | 12 | 97 | 94 | 58 | 0 | 2 | 29 | B3 | 4F | 21 |
| Octal | 22 | 227 | 224 | 130 | 0 | 2 | 51 | 263 | 117 | 41 |
| Binary | 10010 | 10010111 | 10010100 | 1011000 | 0 | 10 | 101001 | 10110011 | 1001111 | 100001 |
Color Harmonies of #129794
Complementary color
Monochromatic Colors of #129794
Black with #129794
Text Example
Text Example
White with #129794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129794; }
p { color: rgb(18,151,148); }
H1.HeaderClassName
{
color: #129794;
}
.AnyTagClassName
{
color: #129794;
}
</style>
background-color css
<style>
a { background-color: #129794; }
a { background-color: rgb(18,151,148); }
div.DivClassName
{
background-color: #129794;
}
.BgClassName
{
background-color: #129794;
}
</style>
border-color css
<style>
span { border-color: #129794; }
span { border-color: rgb(18,151,148); }
td.TdClassName
{
border-color: #129794;
}
.TagClassName
{
border-color: #129794;
}
</style>