Shades of Java #129094
Tints of Java #129094
RGB
CMYK
RGB Variations
Color information
#129094 (or 0x129094) is known color: Java. HEX triplet: 12, 90 and 94. RGB value is (18,144,148). Sum of RGB (Red+Green+Blue) = 18+144+148=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #129094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129094 is #ED6F6B. Grayscale: #6A6A6A. Windows color (decimal): -15560556 or 9736210. OLE color: 9736210.
HSL color Cylindrical-coordinate representation of color #129094: hue angle of 181.85º 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 #129094 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 144 | 148 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.42 |
| HSL | 181.85º | 0.78% | 0.33% | - |
| HSV(B) | 181.85º | 0.88% | 0.58% | - |
| XYZ | 15.57 | 22.21 | 31.48 | - |
| YUV | 106.78 | 151.26 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 148 | 0.88 | 0.03 | 0 | 0.42 | 181.85 | 0.78 | 0.33 |
| Hex | 12 | 90 | 94 | 58 | 3 | 0 | 2A | B6 | 4E | 21 |
| Octal | 22 | 220 | 224 | 130 | 3 | 0 | 52 | 266 | 116 | 41 |
| Binary | 10010 | 10010000 | 10010100 | 1011000 | 11 | 0 | 101010 | 10110110 | 1001110 | 100001 |
Color Harmonies of #129094
Complementary color
Monochromatic Colors of #129094
Black with #129094
Text Example
Text Example
White with #129094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129094; }
p { color: rgb(18,144,148); }
H1.HeaderClassName
{
color: #129094;
}
.AnyTagClassName
{
color: #129094;
}
</style>
background-color css
<style>
a { background-color: #129094; }
a { background-color: rgb(18,144,148); }
div.DivClassName
{
background-color: #129094;
}
.BgClassName
{
background-color: #129094;
}
</style>
border-color css
<style>
span { border-color: #129094; }
span { border-color: rgb(18,144,148); }
td.TdClassName
{
border-color: #129094;
}
.TagClassName
{
border-color: #129094;
}
</style>