Shades of Java #129BA3
Tints of Java #129BA3
RGB
CMYK
RGB Variations
Color information
#129BA3 (or 0x129BA3) is known color: Java. HEX triplet: 12, 9B and A3. RGB value is (18,155,163). Sum of RGB (Red+Green+Blue) = 18+155+163=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 163 (64.06% from 255 or 48.51% from 336); Max value from RGB is 163 - color contains mainly: blue. Hex color #129BA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129BA3 is #ED645C. Grayscale: #727272. Windows color (decimal): -15557725 or 10722066. OLE color: 10722066.
HSL color Cylindrical-coordinate representation of color #129BA3: hue angle of 183.31º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129BA3 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 155 | 163 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.36 |
| HSL | 183.31º | 0.8% | 0.35% | - |
| HSV(B) | 183.31º | 0.89% | 0.64% | - |
| XYZ | 18.58 | 26.22 | 38.73 | - |
| YUV | 114.95 | 155.11 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 163 | 0.89 | 0.05 | 0 | 0.36 | 183.31 | 0.8 | 0.35 |
| Hex | 12 | 9B | A3 | 59 | 5 | 0 | 24 | B7 | 50 | 23 |
| Octal | 22 | 233 | 243 | 131 | 5 | 0 | 44 | 267 | 120 | 43 |
| Binary | 10010 | 10011011 | 10100011 | 1011001 | 101 | 0 | 100100 | 10110111 | 1010000 | 100011 |
Color Harmonies of #129BA3
Complementary color
Monochromatic Colors of #129BA3
Black with #129BA3
Text Example
Text Example
White with #129BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129BA3; }
p { color: rgb(18,155,163); }
H1.HeaderClassName
{
color: #129BA3;
}
.AnyTagClassName
{
color: #129BA3;
}
</style>
background-color css
<style>
a { background-color: #129BA3; }
a { background-color: rgb(18,155,163); }
div.DivClassName
{
background-color: #129BA3;
}
.BgClassName
{
background-color: #129BA3;
}
</style>
border-color css
<style>
span { border-color: #129BA3; }
span { border-color: rgb(18,155,163); }
td.TdClassName
{
border-color: #129BA3;
}
.TagClassName
{
border-color: #129BA3;
}
</style>