Shades of Java #179197
Tints of Java #179197
RGB
CMYK
RGB Variations
Color information
#179197 (or 0x179197) is known color: Java. HEX triplet: 17, 91 and 97. RGB value is (23,145,151). Sum of RGB (Red+Green+Blue) = 23+145+151=319 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.21% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #179197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179197 is #E86E68. Grayscale: #6D6D6D. Windows color (decimal): -15232617 or 9933079. OLE color: 9933079.
HSL color Cylindrical-coordinate representation of color #179197: hue angle of 182.81º degrees, saturation: 0.74, 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 #179197 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 145 | 151 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.41 |
| HSL | 182.81º | 0.74% | 0.34% | - |
| HSV(B) | 182.81º | 0.85% | 0.59% | - |
| XYZ | 16.06 | 22.67 | 32.81 | - |
| YUV | 109.21 | 151.58 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 145 | 151 | 0.85 | 0.04 | 0 | 0.41 | 182.81 | 0.74 | 0.34 |
| Hex | 17 | 91 | 97 | 55 | 4 | 0 | 29 | B7 | 4A | 22 |
| Octal | 27 | 221 | 227 | 125 | 4 | 0 | 51 | 267 | 112 | 42 |
| Binary | 10111 | 10010001 | 10010111 | 1010101 | 100 | 0 | 101001 | 10110111 | 1001010 | 100010 |
Color Harmonies of #179197
Complementary color
Monochromatic Colors of #179197
Black with #179197
Text Example
Text Example
White with #179197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179197; }
p { color: rgb(23,145,151); }
H1.HeaderClassName
{
color: #179197;
}
.AnyTagClassName
{
color: #179197;
}
</style>
background-color css
<style>
a { background-color: #179197; }
a { background-color: rgb(23,145,151); }
div.DivClassName
{
background-color: #179197;
}
.BgClassName
{
background-color: #179197;
}
</style>
border-color css
<style>
span { border-color: #179197; }
span { border-color: rgb(23,145,151); }
td.TdClassName
{
border-color: #179197;
}
.TagClassName
{
border-color: #179197;
}
</style>