Shades of Java #129892
Tints of Java #129892
RGB
CMYK
RGB Variations
Color information
#129892 (or 0x129892) is known color: Java. HEX triplet: 12, 98 and 92. RGB value is (18,152,146). Sum of RGB (Red+Green+Blue) = 18+152+146=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #129892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129892 is #ED676D. Grayscale: #6F6F6F. Windows color (decimal): -15558510 or 9607186. OLE color: 9607186.
HSL color Cylindrical-coordinate representation of color #129892: hue angle of 177.31º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129892 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 152 | 146 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.40 |
| HSL | 177.31º | 0.79% | 0.33% | - |
| HSV(B) | 177.31º | 0.88% | 0.6% | - |
| XYZ | 16.67 | 24.66 | 31.08 | - |
| YUV | 111.25 | 147.61 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 152 | 146 | 0.88 | 0 | 0.04 | 0.40 | 177.31 | 0.79 | 0.33 |
| Hex | 12 | 98 | 92 | 58 | 0 | 4 | 28 | B1 | 4F | 21 |
| Octal | 22 | 230 | 222 | 130 | 0 | 4 | 50 | 261 | 117 | 41 |
| Binary | 10010 | 10011000 | 10010010 | 1011000 | 0 | 100 | 101000 | 10110001 | 1001111 | 100001 |
Color Harmonies of #129892
Complementary color
Monochromatic Colors of #129892
Black with #129892
Text Example
Text Example
White with #129892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129892; }
p { color: rgb(18,152,146); }
H1.HeaderClassName
{
color: #129892;
}
.AnyTagClassName
{
color: #129892;
}
</style>
background-color css
<style>
a { background-color: #129892; }
a { background-color: rgb(18,152,146); }
div.DivClassName
{
background-color: #129892;
}
.BgClassName
{
background-color: #129892;
}
</style>
border-color css
<style>
span { border-color: #129892; }
span { border-color: rgb(18,152,146); }
td.TdClassName
{
border-color: #129892;
}
.TagClassName
{
border-color: #129892;
}
</style>