Shades of Java #178DA0
Tints of Java #178DA0
RGB
CMYK
RGB Variations
Color information
#178DA0 (or 0x178DA0) is known color: Java. HEX triplet: 17, 8D and A0. RGB value is (23,141,160). Sum of RGB (Red+Green+Blue) = 23+141+160=324 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.10% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #178DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178DA0 is #E8725F. Grayscale: #6B6B6B. Windows color (decimal): -15233632 or 10521879. OLE color: 10521879.
HSL color Cylindrical-coordinate representation of color #178DA0: hue angle of 188.32º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #178DA0 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 141 | 160 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.37 |
| HSL | 188.32º | 0.75% | 0.36% | - |
| HSV(B) | 188.32º | 0.86% | 0.63% | - |
| XYZ | 16.22 | 21.77 | 36.6 | - |
| YUV | 107.88 | 157.41 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 141 | 160 | 0.86 | 0.12 | 0 | 0.37 | 188.32 | 0.75 | 0.36 |
| Hex | 17 | 8D | A0 | 56 | C | 0 | 25 | BC | 4B | 24 |
| Octal | 27 | 215 | 240 | 126 | 14 | 0 | 45 | 274 | 113 | 44 |
| Binary | 10111 | 10001101 | 10100000 | 1010110 | 1100 | 0 | 100101 | 10111100 | 1001011 | 100100 |
Color Harmonies of #178DA0
Complementary color
Monochromatic Colors of #178DA0
Black with #178DA0
Text Example
Text Example
White with #178DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178DA0; }
p { color: rgb(23,141,160); }
H1.HeaderClassName
{
color: #178DA0;
}
.AnyTagClassName
{
color: #178DA0;
}
</style>
background-color css
<style>
a { background-color: #178DA0; }
a { background-color: rgb(23,141,160); }
div.DivClassName
{
background-color: #178DA0;
}
.BgClassName
{
background-color: #178DA0;
}
</style>
border-color css
<style>
span { border-color: #178DA0; }
span { border-color: rgb(23,141,160); }
td.TdClassName
{
border-color: #178DA0;
}
.TagClassName
{
border-color: #178DA0;
}
</style>