Shades of Java #129698
Tints of Java #129698
RGB
CMYK
RGB Variations
Color information
#129698 (or 0x129698) is known color: Java. HEX triplet: 12, 96 and 98. RGB value is (18,150,152). Sum of RGB (Red+Green+Blue) = 18+150+152=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #129698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129698 is #ED6967. Grayscale: #6E6E6E. Windows color (decimal): -15559016 or 9999890. OLE color: 9999890.
HSL color Cylindrical-coordinate representation of color #129698: hue angle of 180.9º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129698 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 150 | 152 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.40 |
| HSL | 180.9º | 0.79% | 0.33% | - |
| HSV(B) | 180.9º | 0.88% | 0.6% | - |
| XYZ | 16.82 | 24.21 | 33.49 | - |
| YUV | 110.76 | 151.27 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 152 | 0.88 | 0.01 | 0 | 0.40 | 180.9 | 0.79 | 0.33 |
| Hex | 12 | 96 | 98 | 58 | 1 | 0 | 28 | B5 | 4F | 21 |
| Octal | 22 | 226 | 230 | 130 | 1 | 0 | 50 | 265 | 117 | 41 |
| Binary | 10010 | 10010110 | 10011000 | 1011000 | 1 | 0 | 101000 | 10110101 | 1001111 | 100001 |
Color Harmonies of #129698
Complementary color
Monochromatic Colors of #129698
Black with #129698
Text Example
Text Example
White with #129698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129698; }
p { color: rgb(18,150,152); }
H1.HeaderClassName
{
color: #129698;
}
.AnyTagClassName
{
color: #129698;
}
</style>
background-color css
<style>
a { background-color: #129698; }
a { background-color: rgb(18,150,152); }
div.DivClassName
{
background-color: #129698;
}
.BgClassName
{
background-color: #129698;
}
</style>
border-color css
<style>
span { border-color: #129698; }
span { border-color: rgb(18,150,152); }
td.TdClassName
{
border-color: #129698;
}
.TagClassName
{
border-color: #129698;
}
</style>