Shades of Java #129590
Tints of Java #129590
RGB
CMYK
RGB Variations
Color information
#129590 (or 0x129590) is known color: Java. HEX triplet: 12, 95 and 90. RGB value is (18,149,144). Sum of RGB (Red+Green+Blue) = 18+149+144=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #129590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129590 is #ED6A6F. Grayscale: #6D6D6D. Windows color (decimal): -15559280 or 9475346. OLE color: 9475346.
HSL color Cylindrical-coordinate representation of color #129590: hue angle of 177.71º 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 #129590 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 144 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.42 |
| HSL | 177.71º | 0.78% | 0.33% | - |
| HSV(B) | 177.71º | 0.88% | 0.58% | - |
| XYZ | 16.03 | 23.64 | 30.1 | - |
| YUV | 109.26 | 147.6 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 144 | 0.88 | 0 | 0.03 | 0.42 | 177.71 | 0.78 | 0.33 |
| Hex | 12 | 95 | 90 | 58 | 0 | 3 | 2A | B2 | 4E | 21 |
| Octal | 22 | 225 | 220 | 130 | 0 | 3 | 52 | 262 | 116 | 41 |
| Binary | 10010 | 10010101 | 10010000 | 1011000 | 0 | 11 | 101010 | 10110010 | 1001110 | 100001 |
Color Harmonies of #129590
Complementary color
Monochromatic Colors of #129590
Black with #129590
Text Example
Text Example
White with #129590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129590; }
p { color: rgb(18,149,144); }
H1.HeaderClassName
{
color: #129590;
}
.AnyTagClassName
{
color: #129590;
}
</style>
background-color css
<style>
a { background-color: #129590; }
a { background-color: rgb(18,149,144); }
div.DivClassName
{
background-color: #129590;
}
.BgClassName
{
background-color: #129590;
}
</style>
border-color css
<style>
span { border-color: #129590; }
span { border-color: rgb(18,149,144); }
td.TdClassName
{
border-color: #129590;
}
.TagClassName
{
border-color: #129590;
}
</style>