Shades of Java #178FA0
Tints of Java #178FA0
RGB
CMYK
RGB Variations
Color information
#178FA0 (or 0x178FA0) is known color: Java. HEX triplet: 17, 8F and A0. RGB value is (23,143,160). Sum of RGB (Red+Green+Blue) = 23+143+160=326 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.06% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #178FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178FA0 is #E8705F. Grayscale: #6C6C6C. Windows color (decimal): -15233120 or 10522391. OLE color: 10522391.
HSL color Cylindrical-coordinate representation of color #178FA0: hue angle of 187.45º 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 #178FA0 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 143 | 160 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.37 |
| HSL | 187.45º | 0.75% | 0.36% | - |
| HSV(B) | 187.45º | 0.86% | 0.63% | - |
| XYZ | 16.52 | 22.37 | 36.7 | - |
| YUV | 109.06 | 156.74 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 143 | 160 | 0.86 | 0.11 | 0 | 0.37 | 187.45 | 0.75 | 0.36 |
| Hex | 17 | 8F | A0 | 56 | B | 0 | 25 | BB | 4B | 24 |
| Octal | 27 | 217 | 240 | 126 | 13 | 0 | 45 | 273 | 113 | 44 |
| Binary | 10111 | 10001111 | 10100000 | 1010110 | 1011 | 0 | 100101 | 10111011 | 1001011 | 100100 |
Color Harmonies of #178FA0
Complementary color
Monochromatic Colors of #178FA0
Black with #178FA0
Text Example
Text Example
White with #178FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178FA0; }
p { color: rgb(23,143,160); }
H1.HeaderClassName
{
color: #178FA0;
}
.AnyTagClassName
{
color: #178FA0;
}
</style>
background-color css
<style>
a { background-color: #178FA0; }
a { background-color: rgb(23,143,160); }
div.DivClassName
{
background-color: #178FA0;
}
.BgClassName
{
background-color: #178FA0;
}
</style>
border-color css
<style>
span { border-color: #178FA0; }
span { border-color: rgb(23,143,160); }
td.TdClassName
{
border-color: #178FA0;
}
.TagClassName
{
border-color: #178FA0;
}
</style>