Shades of Java #129298
Tints of Java #129298
RGB
CMYK
RGB Variations
Color information
#129298 (or 0x129298) is known color: Java. HEX triplet: 12, 92 and 98. RGB value is (18,146,152). Sum of RGB (Red+Green+Blue) = 18+146+152=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #129298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129298 is #ED6D67. Grayscale: #6C6C6C. Windows color (decimal): -15560040 or 9998866. OLE color: 9998866.
HSL color Cylindrical-coordinate representation of color #129298: hue angle of 182.69º 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 #129298 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 146 | 152 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.40 |
| HSL | 182.69º | 0.79% | 0.33% | - |
| HSV(B) | 182.69º | 0.88% | 0.6% | - |
| XYZ | 16.2 | 22.95 | 33.28 | - |
| YUV | 108.41 | 152.59 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 152 | 0.88 | 0.04 | 0 | 0.40 | 182.69 | 0.79 | 0.33 |
| Hex | 12 | 92 | 98 | 58 | 4 | 0 | 28 | B7 | 4F | 21 |
| Octal | 22 | 222 | 230 | 130 | 4 | 0 | 50 | 267 | 117 | 41 |
| Binary | 10010 | 10010010 | 10011000 | 1011000 | 100 | 0 | 101000 | 10110111 | 1001111 | 100001 |
Color Harmonies of #129298
Complementary color
Monochromatic Colors of #129298
Black with #129298
Text Example
Text Example
White with #129298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129298; }
p { color: rgb(18,146,152); }
H1.HeaderClassName
{
color: #129298;
}
.AnyTagClassName
{
color: #129298;
}
</style>
background-color css
<style>
a { background-color: #129298; }
a { background-color: rgb(18,146,152); }
div.DivClassName
{
background-color: #129298;
}
.BgClassName
{
background-color: #129298;
}
</style>
border-color css
<style>
span { border-color: #129298; }
span { border-color: rgb(18,146,152); }
td.TdClassName
{
border-color: #129298;
}
.TagClassName
{
border-color: #129298;
}
</style>