Shades of Java #129799
Tints of Java #129799
RGB
CMYK
RGB Variations
Color information
#129799 (or 0x129799) is known color: Java. HEX triplet: 12, 97 and 99. RGB value is (18,151,153). Sum of RGB (Red+Green+Blue) = 18+151+153=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #129799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129799 is #ED6866. Grayscale: #6F6F6F. Windows color (decimal): -15558759 or 10065682. OLE color: 10065682.
HSL color Cylindrical-coordinate representation of color #129799: hue angle of 180.89º 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 #129799 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 151 | 153 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.4 |
| HSL | 180.89º | 0.79% | 0.34% | - |
| HSV(B) | 180.89º | 0.88% | 0.6% | - |
| XYZ | 17.07 | 24.56 | 33.98 | - |
| YUV | 111.46 | 151.44 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 153 | 0.88 | 0.01 | 0 | 0.4 | 180.89 | 0.79 | 0.34 |
| Hex | 12 | 97 | 99 | 58 | 1 | 0 | 28 | B5 | 4F | 22 |
| Octal | 22 | 227 | 231 | 130 | 1 | 0 | 50 | 265 | 117 | 42 |
| Binary | 10010 | 10010111 | 10011001 | 1011000 | 1 | 0 | 101000 | 10110101 | 1001111 | 100010 |
Color Harmonies of #129799
Complementary color
Monochromatic Colors of #129799
Black with #129799
Text Example
Text Example
White with #129799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129799; }
p { color: rgb(18,151,153); }
H1.HeaderClassName
{
color: #129799;
}
.AnyTagClassName
{
color: #129799;
}
</style>
background-color css
<style>
a { background-color: #129799; }
a { background-color: rgb(18,151,153); }
div.DivClassName
{
background-color: #129799;
}
.BgClassName
{
background-color: #129799;
}
</style>
border-color css
<style>
span { border-color: #129799; }
span { border-color: rgb(18,151,153); }
td.TdClassName
{
border-color: #129799;
}
.TagClassName
{
border-color: #129799;
}
</style>