Shades of Java #178C96
Tints of Java #178C96
RGB
CMYK
RGB Variations
Color information
#178C96 (or 0x178C96) is known color: Java. HEX triplet: 17, 8C and 96. RGB value is (23,140,150). Sum of RGB (Red+Green+Blue) = 23+140+150=313 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.35% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #178C96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178C96 is #E87369. Grayscale: #6A6A6A. Windows color (decimal): -15233898 or 9866263. OLE color: 9866263.
HSL color Cylindrical-coordinate representation of color #178C96: hue angle of 184.72º 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 #178C96 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 140 | 150 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.41 |
| HSL | 184.72º | 0.73% | 0.34% | - |
| HSV(B) | 184.72º | 0.85% | 0.59% | - |
| XYZ | 15.24 | 21.14 | 32.13 | - |
| YUV | 106.16 | 152.74 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 140 | 150 | 0.85 | 0.07 | 0 | 0.41 | 184.72 | 0.73 | 0.34 |
| Hex | 17 | 8C | 96 | 55 | 7 | 0 | 29 | B9 | 49 | 22 |
| Octal | 27 | 214 | 226 | 125 | 7 | 0 | 51 | 271 | 111 | 42 |
| Binary | 10111 | 10001100 | 10010110 | 1010101 | 111 | 0 | 101001 | 10111001 | 1001001 | 100010 |
Color Harmonies of #178C96
Complementary color
Monochromatic Colors of #178C96
Black with #178C96
Text Example
Text Example
White with #178C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178C96; }
p { color: rgb(23,140,150); }
H1.HeaderClassName
{
color: #178C96;
}
.AnyTagClassName
{
color: #178C96;
}
</style>
background-color css
<style>
a { background-color: #178C96; }
a { background-color: rgb(23,140,150); }
div.DivClassName
{
background-color: #178C96;
}
.BgClassName
{
background-color: #178C96;
}
</style>
border-color css
<style>
span { border-color: #178C96; }
span { border-color: rgb(23,140,150); }
td.TdClassName
{
border-color: #178C96;
}
.TagClassName
{
border-color: #178C96;
}
</style>