Shades of Java #129BA1
Tints of Java #129BA1
RGB
CMYK
RGB Variations
Color information
#129BA1 (or 0x129BA1) is known color: Java. HEX triplet: 12, 9B and A1. RGB value is (18,155,161). Sum of RGB (Red+Green+Blue) = 18+155+161=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 161 (63.28% from 255 or 48.20% from 334); Max value from RGB is 161 - color contains mainly: blue. Hex color #129BA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129BA1 is #ED645E. Grayscale: #727272. Windows color (decimal): -15557727 or 10590994. OLE color: 10590994.
HSL color Cylindrical-coordinate representation of color #129BA1: hue angle of 182.52º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129BA1 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 155 | 161 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.37 |
| HSL | 182.52º | 0.8% | 0.35% | - |
| HSV(B) | 182.52º | 0.89% | 0.63% | - |
| XYZ | 18.4 | 26.14 | 37.79 | - |
| YUV | 114.72 | 154.11 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 161 | 0.89 | 0.04 | 0 | 0.37 | 182.52 | 0.8 | 0.35 |
| Hex | 12 | 9B | A1 | 59 | 4 | 0 | 25 | B7 | 50 | 23 |
| Octal | 22 | 233 | 241 | 131 | 4 | 0 | 45 | 267 | 120 | 43 |
| Binary | 10010 | 10011011 | 10100001 | 1011001 | 100 | 0 | 100101 | 10110111 | 1010000 | 100011 |
Color Harmonies of #129BA1
Complementary color
Monochromatic Colors of #129BA1
Black with #129BA1
Text Example
Text Example
White with #129BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129BA1; }
p { color: rgb(18,155,161); }
H1.HeaderClassName
{
color: #129BA1;
}
.AnyTagClassName
{
color: #129BA1;
}
</style>
background-color css
<style>
a { background-color: #129BA1; }
a { background-color: rgb(18,155,161); }
div.DivClassName
{
background-color: #129BA1;
}
.BgClassName
{
background-color: #129BA1;
}
</style>
border-color css
<style>
span { border-color: #129BA1; }
span { border-color: rgb(18,155,161); }
td.TdClassName
{
border-color: #129BA1;
}
.TagClassName
{
border-color: #129BA1;
}
</style>