Shades of Java #129395
Tints of Java #129395
RGB
CMYK
RGB Variations
Color information
#129395 (or 0x129395) is known color: Java. HEX triplet: 12, 93 and 95. RGB value is (18,147,149). Sum of RGB (Red+Green+Blue) = 18+147+149=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #129395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129395 is #ED6C6A. Grayscale: #6C6C6C. Windows color (decimal): -15559787 or 9802514. OLE color: 9802514.
HSL color Cylindrical-coordinate representation of color #129395: hue angle of 180.92º 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 #129395 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 149 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.42 |
| HSL | 180.92º | 0.78% | 0.33% | - |
| HSV(B) | 180.92º | 0.88% | 0.58% | - |
| XYZ | 16.11 | 23.17 | 32.06 | - |
| YUV | 108.66 | 150.76 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 149 | 0.88 | 0.01 | 0 | 0.42 | 180.92 | 0.78 | 0.33 |
| Hex | 12 | 93 | 95 | 58 | 1 | 0 | 2A | B5 | 4E | 21 |
| Octal | 22 | 223 | 225 | 130 | 1 | 0 | 52 | 265 | 116 | 41 |
| Binary | 10010 | 10010011 | 10010101 | 1011000 | 1 | 0 | 101010 | 10110101 | 1001110 | 100001 |
Color Harmonies of #129395
Complementary color
Monochromatic Colors of #129395
Black with #129395
Text Example
Text Example
White with #129395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129395; }
p { color: rgb(18,147,149); }
H1.HeaderClassName
{
color: #129395;
}
.AnyTagClassName
{
color: #129395;
}
</style>
background-color css
<style>
a { background-color: #129395; }
a { background-color: rgb(18,147,149); }
div.DivClassName
{
background-color: #129395;
}
.BgClassName
{
background-color: #129395;
}
</style>
border-color css
<style>
span { border-color: #129395; }
span { border-color: rgb(18,147,149); }
td.TdClassName
{
border-color: #129395;
}
.TagClassName
{
border-color: #129395;
}
</style>