Shades of Java #179085
Tints of Java #179085
RGB
CMYK
RGB Variations
Color information
#179085 (or 0x179085) is known color: Java. HEX triplet: 17, 90 and 85. RGB value is (23,144,133). Sum of RGB (Red+Green+Blue) = 23+144+133=300 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.67% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #179085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179085 is #E86F7A. Grayscale: #6A6A6A. Windows color (decimal): -15232891 or 8753175. OLE color: 8753175.
HSL color Cylindrical-coordinate representation of color #179085: hue angle of 174.55º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #179085 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 144 | 133 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.44 |
| HSL | 174.55º | 0.72% | 0.33% | - |
| HSV(B) | 174.55º | 0.84% | 0.56% | - |
| XYZ | 14.56 | 21.82 | 25.63 | - |
| YUV | 106.57 | 142.91 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 144 | 133 | 0.84 | 0 | 0.08 | 0.44 | 174.55 | 0.72 | 0.33 |
| Hex | 17 | 90 | 85 | 54 | 0 | 8 | 2C | AF | 48 | 21 |
| Octal | 27 | 220 | 205 | 124 | 0 | 10 | 54 | 257 | 110 | 41 |
| Binary | 10111 | 10010000 | 10000101 | 1010100 | 0 | 1000 | 101100 | 10101111 | 1001000 | 100001 |
Color Harmonies of #179085
Complementary color
Monochromatic Colors of #179085
Black with #179085
Text Example
Text Example
White with #179085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179085; }
p { color: rgb(23,144,133); }
H1.HeaderClassName
{
color: #179085;
}
.AnyTagClassName
{
color: #179085;
}
</style>
background-color css
<style>
a { background-color: #179085; }
a { background-color: rgb(23,144,133); }
div.DivClassName
{
background-color: #179085;
}
.BgClassName
{
background-color: #179085;
}
</style>
border-color css
<style>
span { border-color: #179085; }
span { border-color: rgb(23,144,133); }
td.TdClassName
{
border-color: #179085;
}
.TagClassName
{
border-color: #179085;
}
</style>