Shades of Java #129199
Tints of Java #129199
RGB
CMYK
RGB Variations
Color information
#129199 (or 0x129199) is known color: Java. HEX triplet: 12, 91 and 99. RGB value is (18,145,153). Sum of RGB (Red+Green+Blue) = 18+145+153=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #129199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129199 is #ED6E66. Grayscale: #6B6B6B. Windows color (decimal): -15560295 or 10064146. OLE color: 10064146.
HSL color Cylindrical-coordinate representation of color #129199: hue angle of 183.56º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129199 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 145 | 153 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.4 |
| HSL | 183.56º | 0.79% | 0.34% | - |
| HSV(B) | 183.56º | 0.88% | 0.6% | - |
| XYZ | 16.12 | 22.68 | 33.66 | - |
| YUV | 107.94 | 153.42 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 153 | 0.88 | 0.05 | 0 | 0.4 | 183.56 | 0.79 | 0.34 |
| Hex | 12 | 91 | 99 | 58 | 5 | 0 | 28 | B8 | 4F | 22 |
| Octal | 22 | 221 | 231 | 130 | 5 | 0 | 50 | 270 | 117 | 42 |
| Binary | 10010 | 10010001 | 10011001 | 1011000 | 101 | 0 | 101000 | 10111000 | 1001111 | 100010 |
Color Harmonies of #129199
Complementary color
Monochromatic Colors of #129199
Black with #129199
Text Example
Text Example
White with #129199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129199; }
p { color: rgb(18,145,153); }
H1.HeaderClassName
{
color: #129199;
}
.AnyTagClassName
{
color: #129199;
}
</style>
background-color css
<style>
a { background-color: #129199; }
a { background-color: rgb(18,145,153); }
div.DivClassName
{
background-color: #129199;
}
.BgClassName
{
background-color: #129199;
}
</style>
border-color css
<style>
span { border-color: #129199; }
span { border-color: rgb(18,145,153); }
td.TdClassName
{
border-color: #129199;
}
.TagClassName
{
border-color: #129199;
}
</style>