Shades of Java #129495
Tints of Java #129495
RGB
CMYK
RGB Variations
Color information
#129495 (or 0x129495) is known color: Java. HEX triplet: 12, 94 and 95. RGB value is (18,148,149). Sum of RGB (Red+Green+Blue) = 18+148+149=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #129495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129495 is #ED6B6A. Grayscale: #6D6D6D. Windows color (decimal): -15559531 or 9802770. OLE color: 9802770.
HSL color Cylindrical-coordinate representation of color #129495: hue angle of 180.46º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129495 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 148 | 149 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.42 |
| HSL | 180.46º | 0.78% | 0.33% | - |
| HSV(B) | 180.46º | 0.88% | 0.58% | - |
| XYZ | 16.26 | 23.48 | 32.11 | - |
| YUV | 109.24 | 150.43 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 149 | 0.88 | 0.01 | 0 | 0.42 | 180.46 | 0.78 | 0.33 |
| Hex | 12 | 94 | 95 | 58 | 1 | 0 | 2A | B4 | 4E | 21 |
| Octal | 22 | 224 | 225 | 130 | 1 | 0 | 52 | 264 | 116 | 41 |
| Binary | 10010 | 10010100 | 10010101 | 1011000 | 1 | 0 | 101010 | 10110100 | 1001110 | 100001 |
Color Harmonies of #129495
Complementary color
Monochromatic Colors of #129495
Black with #129495
Text Example
Text Example
White with #129495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129495; }
p { color: rgb(18,148,149); }
H1.HeaderClassName
{
color: #129495;
}
.AnyTagClassName
{
color: #129495;
}
</style>
background-color css
<style>
a { background-color: #129495; }
a { background-color: rgb(18,148,149); }
div.DivClassName
{
background-color: #129495;
}
.BgClassName
{
background-color: #129495;
}
</style>
border-color css
<style>
span { border-color: #129495; }
span { border-color: rgb(18,148,149); }
td.TdClassName
{
border-color: #129495;
}
.TagClassName
{
border-color: #129495;
}
</style>