Shades of Java #129399
Tints of Java #129399
RGB
CMYK
RGB Variations
Color information
#129399 (or 0x129399) is known color: Java. HEX triplet: 12, 93 and 99. RGB value is (18,147,153). Sum of RGB (Red+Green+Blue) = 18+147+153=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #129399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129399 is #ED6C66. Grayscale: #6C6C6C. Windows color (decimal): -15559783 or 10064658. OLE color: 10064658.
HSL color Cylindrical-coordinate representation of color #129399: hue angle of 182.67º 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 #129399 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 147 | 153 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.4 |
| HSL | 182.67º | 0.79% | 0.34% | - |
| HSV(B) | 182.67º | 0.88% | 0.6% | - |
| XYZ | 16.43 | 23.3 | 33.77 | - |
| YUV | 109.11 | 152.76 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 153 | 0.88 | 0.04 | 0 | 0.4 | 182.67 | 0.79 | 0.34 |
| Hex | 12 | 93 | 99 | 58 | 4 | 0 | 28 | B7 | 4F | 22 |
| Octal | 22 | 223 | 231 | 130 | 4 | 0 | 50 | 267 | 117 | 42 |
| Binary | 10010 | 10010011 | 10011001 | 1011000 | 100 | 0 | 101000 | 10110111 | 1001111 | 100010 |
Color Harmonies of #129399
Complementary color
Monochromatic Colors of #129399
Black with #129399
Text Example
Text Example
White with #129399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129399; }
p { color: rgb(18,147,153); }
H1.HeaderClassName
{
color: #129399;
}
.AnyTagClassName
{
color: #129399;
}
</style>
background-color css
<style>
a { background-color: #129399; }
a { background-color: rgb(18,147,153); }
div.DivClassName
{
background-color: #129399;
}
.BgClassName
{
background-color: #129399;
}
</style>
border-color css
<style>
span { border-color: #129399; }
span { border-color: rgb(18,147,153); }
td.TdClassName
{
border-color: #129399;
}
.TagClassName
{
border-color: #129399;
}
</style>