Shades of Java #129DA1
Tints of Java #129DA1
RGB
CMYK
RGB Variations
Color information
#129DA1 (or 0x129DA1) is known color: Java. HEX triplet: 12, 9D and A1. RGB value is (18,157,161). Sum of RGB (Red+Green+Blue) = 18+157+161=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 161 (63.28% from 255 or 47.92% from 336); Max value from RGB is 161 - color contains mainly: blue. Hex color #129DA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129DA1 is #ED625E. Grayscale: #737373. Windows color (decimal): -15557215 or 10591506. OLE color: 10591506.
HSL color Cylindrical-coordinate representation of color #129DA1: hue angle of 181.68º 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 #129DA1 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 157 | 161 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.37 |
| HSL | 181.68º | 0.8% | 0.35% | - |
| HSV(B) | 181.68º | 0.89% | 0.63% | - |
| XYZ | 18.74 | 26.82 | 37.91 | - |
| YUV | 115.9 | 153.45 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 161 | 0.89 | 0.02 | 0 | 0.37 | 181.68 | 0.8 | 0.35 |
| Hex | 12 | 9D | A1 | 59 | 2 | 0 | 25 | B6 | 50 | 23 |
| Octal | 22 | 235 | 241 | 131 | 2 | 0 | 45 | 266 | 120 | 43 |
| Binary | 10010 | 10011101 | 10100001 | 1011001 | 10 | 0 | 100101 | 10110110 | 1010000 | 100011 |
Color Harmonies of #129DA1
Complementary color
Monochromatic Colors of #129DA1
Black with #129DA1
Text Example
Text Example
White with #129DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129DA1; }
p { color: rgb(18,157,161); }
H1.HeaderClassName
{
color: #129DA1;
}
.AnyTagClassName
{
color: #129DA1;
}
</style>
background-color css
<style>
a { background-color: #129DA1; }
a { background-color: rgb(18,157,161); }
div.DivClassName
{
background-color: #129DA1;
}
.BgClassName
{
background-color: #129DA1;
}
</style>
border-color css
<style>
span { border-color: #129DA1; }
span { border-color: rgb(18,157,161); }
td.TdClassName
{
border-color: #129DA1;
}
.TagClassName
{
border-color: #129DA1;
}
</style>