Shades of Java #179095
Tints of Java #179095
RGB
CMYK
RGB Variations
Color information
#179095 (or 0x179095) is known color: Java. HEX triplet: 17, 90 and 95. RGB value is (23,144,149). Sum of RGB (Red+Green+Blue) = 23+144+149=316 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.28% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #179095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179095 is #E86F6A. Grayscale: #6C6C6C. Windows color (decimal): -15232875 or 9801751. OLE color: 9801751.
HSL color Cylindrical-coordinate representation of color #179095: hue angle of 182.38º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #179095 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 144 | 149 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.42 |
| HSL | 182.38º | 0.73% | 0.34% | - |
| HSV(B) | 182.38º | 0.85% | 0.58% | - |
| XYZ | 15.75 | 22.3 | 31.91 | - |
| YUV | 108.39 | 150.91 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 144 | 149 | 0.85 | 0.03 | 0 | 0.42 | 182.38 | 0.73 | 0.34 |
| Hex | 17 | 90 | 95 | 55 | 3 | 0 | 2A | B6 | 49 | 22 |
| Octal | 27 | 220 | 225 | 125 | 3 | 0 | 52 | 266 | 111 | 42 |
| Binary | 10111 | 10010000 | 10010101 | 1010101 | 11 | 0 | 101010 | 10110110 | 1001001 | 100010 |
Color Harmonies of #179095
Complementary color
Monochromatic Colors of #179095
Black with #179095
Text Example
Text Example
White with #179095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179095; }
p { color: rgb(23,144,149); }
H1.HeaderClassName
{
color: #179095;
}
.AnyTagClassName
{
color: #179095;
}
</style>
background-color css
<style>
a { background-color: #179095; }
a { background-color: rgb(23,144,149); }
div.DivClassName
{
background-color: #179095;
}
.BgClassName
{
background-color: #179095;
}
</style>
border-color css
<style>
span { border-color: #179095; }
span { border-color: rgb(23,144,149); }
td.TdClassName
{
border-color: #179095;
}
.TagClassName
{
border-color: #179095;
}
</style>