Shades of Java #129095
Tints of Java #129095
RGB
CMYK
RGB Variations
Color information
#129095 (or 0x129095) is known color: Java. HEX triplet: 12, 90 and 95. RGB value is (18,144,149). Sum of RGB (Red+Green+Blue) = 18+144+149=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #129095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129095 is #ED6F6A. Grayscale: #6A6A6A. Windows color (decimal): -15560555 or 9801746. OLE color: 9801746.
HSL color Cylindrical-coordinate representation of color #129095: hue angle of 182.29º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129095 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 144 | 149 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.42 |
| HSL | 182.29º | 0.78% | 0.33% | - |
| HSV(B) | 182.29º | 0.88% | 0.58% | - |
| XYZ | 15.65 | 22.25 | 31.9 | - |
| YUV | 106.9 | 151.76 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 149 | 0.88 | 0.03 | 0 | 0.42 | 182.29 | 0.78 | 0.33 |
| Hex | 12 | 90 | 95 | 58 | 3 | 0 | 2A | B6 | 4E | 21 |
| Octal | 22 | 220 | 225 | 130 | 3 | 0 | 52 | 266 | 116 | 41 |
| Binary | 10010 | 10010000 | 10010101 | 1011000 | 11 | 0 | 101010 | 10110110 | 1001110 | 100001 |
Color Harmonies of #129095
Complementary color
Monochromatic Colors of #129095
Black with #129095
Text Example
Text Example
White with #129095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129095; }
p { color: rgb(18,144,149); }
H1.HeaderClassName
{
color: #129095;
}
.AnyTagClassName
{
color: #129095;
}
</style>
background-color css
<style>
a { background-color: #129095; }
a { background-color: rgb(18,144,149); }
div.DivClassName
{
background-color: #129095;
}
.BgClassName
{
background-color: #129095;
}
</style>
border-color css
<style>
span { border-color: #129095; }
span { border-color: rgb(18,144,149); }
td.TdClassName
{
border-color: #129095;
}
.TagClassName
{
border-color: #129095;
}
</style>