Shades of Java #129498
Tints of Java #129498
RGB
CMYK
RGB Variations
Color information
#129498 (or 0x129498) is known color: Java. HEX triplet: 12, 94 and 98. RGB value is (18,148,152). Sum of RGB (Red+Green+Blue) = 18+148+152=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #129498 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129498 is #ED6B67. Grayscale: #6D6D6D. Windows color (decimal): -15559528 or 9999378. OLE color: 9999378.
HSL color Cylindrical-coordinate representation of color #129498: hue angle of 181.79º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129498 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 148 | 152 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.40 |
| HSL | 181.79º | 0.79% | 0.33% | - |
| HSV(B) | 181.79º | 0.88% | 0.6% | - |
| XYZ | 16.51 | 23.58 | 33.39 | - |
| YUV | 109.59 | 151.93 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 152 | 0.88 | 0.03 | 0 | 0.40 | 181.79 | 0.79 | 0.33 |
| Hex | 12 | 94 | 98 | 58 | 3 | 0 | 28 | B6 | 4F | 21 |
| Octal | 22 | 224 | 230 | 130 | 3 | 0 | 50 | 266 | 117 | 41 |
| Binary | 10010 | 10010100 | 10011000 | 1011000 | 11 | 0 | 101000 | 10110110 | 1001111 | 100001 |
Color Harmonies of #129498
Complementary color
Monochromatic Colors of #129498
Black with #129498
Text Example
Text Example
White with #129498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129498; }
p { color: rgb(18,148,152); }
H1.HeaderClassName
{
color: #129498;
}
.AnyTagClassName
{
color: #129498;
}
</style>
background-color css
<style>
a { background-color: #129498; }
a { background-color: rgb(18,148,152); }
div.DivClassName
{
background-color: #129498;
}
.BgClassName
{
background-color: #129498;
}
</style>
border-color css
<style>
span { border-color: #129498; }
span { border-color: rgb(18,148,152); }
td.TdClassName
{
border-color: #129498;
}
.TagClassName
{
border-color: #129498;
}
</style>