Shades of Java #129C94
Tints of Java #129C94
RGB
CMYK
RGB Variations
Color information
#129C94 (or 0x129C94) is known color: Java. HEX triplet: 12, 9C and 94. RGB value is (18,156,148). Sum of RGB (Red+Green+Blue) = 18+156+148=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #129C94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129C94 is #ED636B. Grayscale: #717171. Windows color (decimal): -15557484 or 9739282. OLE color: 9739282.
HSL color Cylindrical-coordinate representation of color #129C94: hue angle of 176.52º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129C94 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 148 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.39 |
| HSL | 176.52º | 0.79% | 0.34% | - |
| HSV(B) | 176.52º | 0.88% | 0.61% | - |
| XYZ | 17.48 | 26.04 | 32.12 | - |
| YUV | 113.83 | 147.28 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 148 | 0.88 | 0 | 0.05 | 0.39 | 176.52 | 0.79 | 0.34 |
| Hex | 12 | 9C | 94 | 58 | 0 | 5 | 27 | B1 | 4F | 22 |
| Octal | 22 | 234 | 224 | 130 | 0 | 5 | 47 | 261 | 117 | 42 |
| Binary | 10010 | 10011100 | 10010100 | 1011000 | 0 | 101 | 100111 | 10110001 | 1001111 | 100010 |
Color Harmonies of #129C94
Complementary color
Monochromatic Colors of #129C94
Black with #129C94
Text Example
Text Example
White with #129C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C94; }
p { color: rgb(18,156,148); }
H1.HeaderClassName
{
color: #129C94;
}
.AnyTagClassName
{
color: #129C94;
}
</style>
background-color css
<style>
a { background-color: #129C94; }
a { background-color: rgb(18,156,148); }
div.DivClassName
{
background-color: #129C94;
}
.BgClassName
{
background-color: #129C94;
}
</style>
border-color css
<style>
span { border-color: #129C94; }
span { border-color: rgb(18,156,148); }
td.TdClassName
{
border-color: #129C94;
}
.TagClassName
{
border-color: #129C94;
}
</style>