Shades of Java #129597
Tints of Java #129597
RGB
CMYK
RGB Variations
Color information
#129597 (or 0x129597) is known color: Java. HEX triplet: 12, 95 and 97. RGB value is (18,149,151). Sum of RGB (Red+Green+Blue) = 18+149+151=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #129597 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129597 is #ED6A68. Grayscale: #6D6D6D. Windows color (decimal): -15559273 or 9934098. OLE color: 9934098.
HSL color Cylindrical-coordinate representation of color #129597: hue angle of 180.9º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129597 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 149 | 151 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.41 |
| HSL | 180.9º | 0.79% | 0.33% | - |
| HSV(B) | 180.9º | 0.88% | 0.59% | - |
| XYZ | 16.58 | 23.86 | 33.01 | - |
| YUV | 110.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 151 | 0.88 | 0.01 | 0 | 0.41 | 180.9 | 0.79 | 0.33 |
| Hex | 12 | 95 | 97 | 58 | 1 | 0 | 29 | B5 | 4F | 21 |
| Octal | 22 | 225 | 227 | 130 | 1 | 0 | 51 | 265 | 117 | 41 |
| Binary | 10010 | 10010101 | 10010111 | 1011000 | 1 | 0 | 101001 | 10110101 | 1001111 | 100001 |
Color Harmonies of #129597
Complementary color
Monochromatic Colors of #129597
Black with #129597
Text Example
Text Example
White with #129597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129597; }
p { color: rgb(18,149,151); }
H1.HeaderClassName
{
color: #129597;
}
.AnyTagClassName
{
color: #129597;
}
</style>
background-color css
<style>
a { background-color: #129597; }
a { background-color: rgb(18,149,151); }
div.DivClassName
{
background-color: #129597;
}
.BgClassName
{
background-color: #129597;
}
</style>
border-color css
<style>
span { border-color: #129597; }
span { border-color: rgb(18,149,151); }
td.TdClassName
{
border-color: #129597;
}
.TagClassName
{
border-color: #129597;
}
</style>