Shades of Java #129393
Tints of Java #129393
RGB
CMYK
RGB Variations
Color information
#129393 (or 0x129393) is known color: Java. HEX triplet: 12, 93 and 93. RGB value is (18,147,147). Sum of RGB (Red+Green+Blue) = 18+147+147=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #129393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129393 is #ED6C6C. Grayscale: #6C6C6C. Windows color (decimal): -15559789 or 9671442. OLE color: 9671442.
HSL color Cylindrical-coordinate representation of color #129393: hue angle of 180º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129393 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 147 | - |
| CMYK | 0.88 | 0 | 0 | 0.42 |
| HSL | 180º | 0.78% | 0.32% | - |
| HSV(B) | 180º | 0.88% | 0.58% | - |
| XYZ | 15.95 | 23.1 | 31.22 | - |
| YUV | 108.43 | 149.76 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 147 | 0.88 | 0 | 0 | 0.42 | 180 | 0.78 | 0.32 |
| Hex | 12 | 93 | 93 | 58 | 0 | 0 | 2A | B4 | 4E | 20 |
| Octal | 22 | 223 | 223 | 130 | 0 | 0 | 52 | 264 | 116 | 40 |
| Binary | 10010 | 10010011 | 10010011 | 1011000 | 0 | 0 | 101010 | 10110100 | 1001110 | 100000 |
Color Harmonies of #129393
Complementary color
Monochromatic Colors of #129393
Black with #129393
Text Example
Text Example
White with #129393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129393; }
p { color: rgb(18,147,147); }
H1.HeaderClassName
{
color: #129393;
}
.AnyTagClassName
{
color: #129393;
}
</style>
background-color css
<style>
a { background-color: #129393; }
a { background-color: rgb(18,147,147); }
div.DivClassName
{
background-color: #129393;
}
.BgClassName
{
background-color: #129393;
}
</style>
border-color css
<style>
span { border-color: #129393; }
span { border-color: rgb(18,147,147); }
td.TdClassName
{
border-color: #129393;
}
.TagClassName
{
border-color: #129393;
}
</style>