Shades of Java #178996
Tints of Java #178996
RGB
CMYK
RGB Variations
Color information
#178996 (or 0x178996) is known color: Java. HEX triplet: 17, 89 and 96. RGB value is (23,137,150). Sum of RGB (Red+Green+Blue) = 23+137+150=310 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.42% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #178996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178996 is #E87669. Grayscale: #686868. Windows color (decimal): -15234666 or 9865495. OLE color: 9865495.
HSL color Cylindrical-coordinate representation of color #178996: hue angle of 186.14º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #178996 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 137 | 150 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.41 |
| HSL | 186.14º | 0.73% | 0.34% | - |
| HSV(B) | 186.14º | 0.85% | 0.59% | - |
| XYZ | 14.8 | 20.28 | 31.99 | - |
| YUV | 104.4 | 153.73 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 137 | 150 | 0.85 | 0.09 | 0 | 0.41 | 186.14 | 0.73 | 0.34 |
| Hex | 17 | 89 | 96 | 55 | 9 | 0 | 29 | BA | 49 | 22 |
| Octal | 27 | 211 | 226 | 125 | 11 | 0 | 51 | 272 | 111 | 42 |
| Binary | 10111 | 10001001 | 10010110 | 1010101 | 1001 | 0 | 101001 | 10111010 | 1001001 | 100010 |
Color Harmonies of #178996
Complementary color
Monochromatic Colors of #178996
Black with #178996
Text Example
Text Example
White with #178996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178996; }
p { color: rgb(23,137,150); }
H1.HeaderClassName
{
color: #178996;
}
.AnyTagClassName
{
color: #178996;
}
</style>
background-color css
<style>
a { background-color: #178996; }
a { background-color: rgb(23,137,150); }
div.DivClassName
{
background-color: #178996;
}
.BgClassName
{
background-color: #178996;
}
</style>
border-color css
<style>
span { border-color: #178996; }
span { border-color: rgb(23,137,150); }
td.TdClassName
{
border-color: #178996;
}
.TagClassName
{
border-color: #178996;
}
</style>