Shades of Java #129899
Tints of Java #129899
RGB
CMYK
RGB Variations
Color information
#129899 (or 0x129899) is known color: Java. HEX triplet: 12, 98 and 99. RGB value is (18,152,153). Sum of RGB (Red+Green+Blue) = 18+152+153=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #129899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129899 is #ED6766. Grayscale: #6F6F6F. Windows color (decimal): -15558503 or 10065938. OLE color: 10065938.
HSL color Cylindrical-coordinate representation of color #129899: hue angle of 180.44º 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 #129899 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 152 | 153 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.4 |
| HSL | 180.44º | 0.79% | 0.34% | - |
| HSV(B) | 180.44º | 0.88% | 0.6% | - |
| XYZ | 17.23 | 24.88 | 34.03 | - |
| YUV | 112.05 | 151.11 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 152 | 153 | 0.88 | 0.01 | 0 | 0.4 | 180.44 | 0.79 | 0.34 |
| Hex | 12 | 98 | 99 | 58 | 1 | 0 | 28 | B4 | 4F | 22 |
| Octal | 22 | 230 | 231 | 130 | 1 | 0 | 50 | 264 | 117 | 42 |
| Binary | 10010 | 10011000 | 10011001 | 1011000 | 1 | 0 | 101000 | 10110100 | 1001111 | 100010 |
Color Harmonies of #129899
Complementary color
Monochromatic Colors of #129899
Black with #129899
Text Example
Text Example
White with #129899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129899; }
p { color: rgb(18,152,153); }
H1.HeaderClassName
{
color: #129899;
}
.AnyTagClassName
{
color: #129899;
}
</style>
background-color css
<style>
a { background-color: #129899; }
a { background-color: rgb(18,152,153); }
div.DivClassName
{
background-color: #129899;
}
.BgClassName
{
background-color: #129899;
}
</style>
border-color css
<style>
span { border-color: #129899; }
span { border-color: rgb(18,152,153); }
td.TdClassName
{
border-color: #129899;
}
.TagClassName
{
border-color: #129899;
}
</style>