Shades of Java #179986
Tints of Java #179986
RGB
CMYK
RGB Variations
Color information
#179986 (or 0x179986) is known color: Java. HEX triplet: 17, 99 and 86. RGB value is (23,153,134). Sum of RGB (Red+Green+Blue) = 23+153+134=310 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.42% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #179986 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179986 is #E86679. Grayscale: #6F6F6F. Windows color (decimal): -15230586 or 8821015. OLE color: 8821015.
HSL color Cylindrical-coordinate representation of color #179986: hue angle of 171.23º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #179986 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 153 | 134 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.4 |
| HSL | 171.23º | 0.74% | 0.35% | - |
| HSV(B) | 171.23º | 0.85% | 0.6% | - |
| XYZ | 16.05 | 24.69 | 26.47 | - |
| YUV | 111.96 | 140.43 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 153 | 134 | 0.85 | 0 | 0.12 | 0.4 | 171.23 | 0.74 | 0.35 |
| Hex | 17 | 99 | 86 | 55 | 0 | C | 28 | AB | 4A | 23 |
| Octal | 27 | 231 | 206 | 125 | 0 | 14 | 50 | 253 | 112 | 43 |
| Binary | 10111 | 10011001 | 10000110 | 1010101 | 0 | 1100 | 101000 | 10101011 | 1001010 | 100011 |
Color Harmonies of #179986
Complementary color
Monochromatic Colors of #179986
Black with #179986
Text Example
Text Example
White with #179986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179986; }
p { color: rgb(23,153,134); }
H1.HeaderClassName
{
color: #179986;
}
.AnyTagClassName
{
color: #179986;
}
</style>
background-color css
<style>
a { background-color: #179986; }
a { background-color: rgb(23,153,134); }
div.DivClassName
{
background-color: #179986;
}
.BgClassName
{
background-color: #179986;
}
</style>
border-color css
<style>
span { border-color: #179986; }
span { border-color: rgb(23,153,134); }
td.TdClassName
{
border-color: #179986;
}
.TagClassName
{
border-color: #179986;
}
</style>