Shades of Java #179D8C
Tints of Java #179D8C
RGB
CMYK
RGB Variations
Color information
#179D8C (or 0x179D8C) is known color: Java. HEX triplet: 17, 9D and 8C. RGB value is (23,157,140). Sum of RGB (Red+Green+Blue) = 23+157+140=320 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.19% from 320); Green value is 157 (61.72% from 255 or 49.06% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 157 - color contains mainly: green. Hex color #179D8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179D8C is #E86273. Grayscale: #727272. Windows color (decimal): -15229556 or 9215255. OLE color: 9215255.
HSL color Cylindrical-coordinate representation of color #179D8C: hue angle of 172.39º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #179D8C is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 157 | 140 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.38 |
| HSL | 172.39º | 0.74% | 0.35% | - |
| HSV(B) | 172.39º | 0.85% | 0.62% | - |
| XYZ | 17.14 | 26.19 | 28.96 | - |
| YUV | 115 | 142.11 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 157 | 140 | 0.85 | 0 | 0.11 | 0.38 | 172.39 | 0.74 | 0.35 |
| Hex | 17 | 9D | 8C | 55 | 0 | B | 26 | AC | 4A | 23 |
| Octal | 27 | 235 | 214 | 125 | 0 | 13 | 46 | 254 | 112 | 43 |
| Binary | 10111 | 10011101 | 10001100 | 1010101 | 0 | 1011 | 100110 | 10101100 | 1001010 | 100011 |
Color Harmonies of #179D8C
Complementary color
Monochromatic Colors of #179D8C
Black with #179D8C
Text Example
Text Example
White with #179D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179D8C; }
p { color: rgb(23,157,140); }
H1.HeaderClassName
{
color: #179D8C;
}
.AnyTagClassName
{
color: #179D8C;
}
</style>
background-color css
<style>
a { background-color: #179D8C; }
a { background-color: rgb(23,157,140); }
div.DivClassName
{
background-color: #179D8C;
}
.BgClassName
{
background-color: #179D8C;
}
</style>
border-color css
<style>
span { border-color: #179D8C; }
span { border-color: rgb(23,157,140); }
td.TdClassName
{
border-color: #179D8C;
}
.TagClassName
{
border-color: #179D8C;
}
</style>