Shades of Java #129FA2
Tints of Java #129FA2
RGB
CMYK
RGB Variations
Color information
#129FA2 (or 0x129FA2) is known color: Java. HEX triplet: 12, 9F and A2. RGB value is (18,159,162). Sum of RGB (Red+Green+Blue) = 18+159+162=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 162 - color contains mainly: blue. Hex color #129FA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129FA2 is #ED605D. Grayscale: #757575. Windows color (decimal): -15556702 or 10657554. OLE color: 10657554.
HSL color Cylindrical-coordinate representation of color #129FA2: hue angle of 181.25º 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 #129FA2 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 159 | 162 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.36 |
| HSL | 181.25º | 0.8% | 0.35% | - |
| HSV(B) | 181.25º | 0.89% | 0.64% | - |
| XYZ | 19.17 | 27.53 | 38.49 | - |
| YUV | 117.18 | 153.29 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 162 | 0.89 | 0.02 | 0 | 0.36 | 181.25 | 0.8 | 0.35 |
| Hex | 12 | 9F | A2 | 59 | 2 | 0 | 24 | B5 | 50 | 23 |
| Octal | 22 | 237 | 242 | 131 | 2 | 0 | 44 | 265 | 120 | 43 |
| Binary | 10010 | 10011111 | 10100010 | 1011001 | 10 | 0 | 100100 | 10110101 | 1010000 | 100011 |
Color Harmonies of #129FA2
Complementary color
Monochromatic Colors of #129FA2
Black with #129FA2
Text Example
Text Example
White with #129FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129FA2; }
p { color: rgb(18,159,162); }
H1.HeaderClassName
{
color: #129FA2;
}
.AnyTagClassName
{
color: #129FA2;
}
</style>
background-color css
<style>
a { background-color: #129FA2; }
a { background-color: rgb(18,159,162); }
div.DivClassName
{
background-color: #129FA2;
}
.BgClassName
{
background-color: #129FA2;
}
</style>
border-color css
<style>
span { border-color: #129FA2; }
span { border-color: rgb(18,159,162); }
td.TdClassName
{
border-color: #129FA2;
}
.TagClassName
{
border-color: #129FA2;
}
</style>