Shades of Java #129496
Tints of Java #129496
RGB
CMYK
RGB Variations
Color information
#129496 (or 0x129496) is known color: Java. HEX triplet: 12, 94 and 96. RGB value is (18,148,150). Sum of RGB (Red+Green+Blue) = 18+148+150=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #129496 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129496 is #ED6B69. Grayscale: #6D6D6D. Windows color (decimal): -15559530 or 9868306. OLE color: 9868306.
HSL color Cylindrical-coordinate representation of color #129496: hue angle of 180.91º 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 #129496 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 148 | 150 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.41 |
| HSL | 180.91º | 0.79% | 0.33% | - |
| HSV(B) | 180.91º | 0.88% | 0.59% | - |
| XYZ | 16.34 | 23.51 | 32.53 | - |
| YUV | 109.36 | 150.93 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 150 | 0.88 | 0.01 | 0 | 0.41 | 180.91 | 0.79 | 0.33 |
| Hex | 12 | 94 | 96 | 58 | 1 | 0 | 29 | B5 | 4F | 21 |
| Octal | 22 | 224 | 226 | 130 | 1 | 0 | 51 | 265 | 117 | 41 |
| Binary | 10010 | 10010100 | 10010110 | 1011000 | 1 | 0 | 101001 | 10110101 | 1001111 | 100001 |
Color Harmonies of #129496
Complementary color
Monochromatic Colors of #129496
Black with #129496
Text Example
Text Example
White with #129496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129496; }
p { color: rgb(18,148,150); }
H1.HeaderClassName
{
color: #129496;
}
.AnyTagClassName
{
color: #129496;
}
</style>
background-color css
<style>
a { background-color: #129496; }
a { background-color: rgb(18,148,150); }
div.DivClassName
{
background-color: #129496;
}
.BgClassName
{
background-color: #129496;
}
</style>
border-color css
<style>
span { border-color: #129496; }
span { border-color: rgb(18,148,150); }
td.TdClassName
{
border-color: #129496;
}
.TagClassName
{
border-color: #129496;
}
</style>